DevExpress Documentation
com.devexpress/docsStreamable HTTP MCP server for DevExpress documentation search and retrieval.
Tools · 2
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 requ…
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_sea…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"devexpress_documentation": {
"url": "https://api.devexpress.com/mcp/docs",
"transport": "streamable-http"
}
}
}