Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
com.devexpress avatar

DevExpress Documentation

DevExpress Documentation MCP is a MCP server that provides AI-powered search and retrieval of official DevExpress documentation.

About

DevExpress Documentation MCP is a hosted streamable HTTP server that lets AI assistants search and pull official DevExpress docs instead of inventing APIs for grids, schedulers, reporting, and related components. developers maintaining line-of-business apps or internal tools on DevExpress benefit when Claude Code or Cursor needs exact property names, version-specific behavior, or migration notes mid-implementation. It is narrowly scoped to documentation access: you still write and test application code locally. Place it on the Build journey shelf under docs because its value peaks while integrating vendor controls and reading reference material, though it also helps during Ship when debugging misconfigured options. Beginner-friendly setup is mostly adding the remote URL in your MCP client per DevExpress’s configuration guide.

  • Streamable HTTP MCP at api.devexpress.com/mcp/docs (v0.1.5)
  • Purpose-built DevExpress documentation search and retrieval
  • Documented assistant setup on DevExpress General Information site
  • Reduces hallucinated APIs when building with DevExpress UI suites

DevExpress Documentation by the numbers

  • Exposes 2 verified tools (MCP introspection)
  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http docs https://api.devexpress.com/mcp/docs

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Tools2

What it does

Search and retrieve official DevExpress documentation from the agent while implementing controls or diagnosing API usage.

Who is it for?

Best when you're shipping or extending apps on DevExpress components and want RAG-style doc lookup inside the coding agent.

Skip if: Projects not using DevExpress stacks or teams that only need generic web framework docs.

What you get

After registering the docs remote, your agent can query DevExpress documentation and ground implementation answers in retrieved source material.

  • Retrieved DevExpress documentation snippets via MCP search
  • More accurate agent answers for DevExpress APIs and configuration
  • Reduced time spent tab-switching to docs.devexpress.com

By the numbers

  • Server version 0.1.5
  • Single streamable-http remote at api.devexpress.com/mcp/docs
  • Official setup guide on DevExpress General Information documentation

Tools 2

Public tool metadata - what this server can do for an agent.

devexpress_docs_search2 params

Search DevExpress documentation for a given technology and a question. If you want to search for multiple technologies, pass them as a list. This tool returns only snippets/excerpts; full content requires a follow-up `devexpress_docs_get_content` call on a chosen URL. ALWAYS call `devexpress_docs_search` before ANY `devexpress_docs_get_content` call in a user request chain.

  • technologiesarrayrequiredList of DevExpress technologies to search within. Use specific technology names like 'WindowsForms', 'XtraReports', 'OfficeFileAPI' etc. You must choose from the allowed set.
  • questionstringrequiredYour specific question or search query. Be descriptive and include relevant keywords about what you're trying to accomplish.
devexpress_docs_get_content1 param

Get full document content by URL from DevExpress documentation. Use this tool to retrieve the complete markdown content of a specific documentation page. PREREQUISITE: ALWAYS call `devexpress_docs_search` before using this tool to get valid URLs. The URL parameter must be obtained from the results of the `devexpress_docs_search` tool.

  • urlstringrequiredFull URL of a DevExpress documentation article. REQUIRED: This URL must be obtained from a previous call to `devexpress_docs_search` tool. Do not construct URLs using your general knowledge. Example: https://docs.devexpress.com/CoreLibraries/405204

Recommended MCP Servers

How it compares

Vendor documentation retrieval MCP, not a UI generator or test runner skill.

FAQ

Who is com.devexpress/docs for?

Developers building with DevExpress libraries who want their agent to cite and retrieve official documentation during coding.

When should I use com.devexpress/docs?

Use it during Build (and debugging in Ship) whenever you need accurate DevExpress API and configuration details from the doc server.

How do I add com.devexpress/docs to my agent?

Add the streamable HTTP remote https://api.devexpress.com/mcp/docs in your MCP client following DevExpress’s documentation MCP server configuration article.

Developer Toolsdocsintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.