Skip to content

Commit a55cfbf

Browse files
Add MCP Integration docs (#8028) (#8055)
1 parent 6172b69 commit a55cfbf

5 files changed

Lines changed: 40 additions & 0 deletions

File tree

MenuConfig.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<MenuRule Destination="90 Integration Guides/40 Azure Blob Storage Configuration" SourcePattern="Howto:^Common/Integration Guides/70 Manage Azure Blob Storage with DevExtreme Components"/>
9595
<MenuRule Destination="90 Integration Guides/50 .NET Backend Solutions" SourcePattern="Howto:^Common/.NET Backend Solutions"/>
9696
<MenuRule Destination="90 Integration Guides/60 Data Analytics and BI" SourcePattern="Howto:^Common/Data Analytics and BI"/>
97+
<MenuRule Destination="90 Integration Guides/03 DevExpress MCP Server Configuration" SourcePattern="Howto:^Common/Integration Guides/05 DevExpress MCP Server Configuration"/>
9798
<MenuRule Destination="90 Integration Guides/99 Migrate from DevExtreme Reactive" SourcePattern="Howto:^50 React Components/65 Migrate from DevExtreme Reactive" VisibleFor="React" />
9899

99100
<MenuRule Destination="10 UI Components/zz Common Types" SourcePattern="ApiReference:^40 Common Types" />
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The DevExpress MCP server connects MCP-compatible AI tools with the DevExpress documentation library, including DevExtreme documentation. The MCP server ensures AI tools such as GitHub Copilot have direct access to the latest information on DevExtreme JavaScript components.
2+
3+
[important] Always conduct thorough reviews of AI-generated output: check for security vulnerabilities and adherence to your project standards. AI-generated output may vary greatly depending on the prompt, AI model, and many other factors.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Once you configure the DevExpress MCP server in your IDE, an MCP-compatible AI tool in Agent mode can help you with the following tasks:
2+
3+
- Generate and debug DevExtreme component code.
4+
- Configure and customize DevExtreme components.
5+
- Get answers to your DevExpress-related questions.
6+
- Generate code that implements scenarios described in DevExpress documentation.
7+
8+
Additionally, our MCP server can help AI assistants integrate other DevExpress products into your DevExtreme-powered app, such as the [BI Dashboard](/Documentation/Guide/Common/Data_Analytics_and_BI/Embedded_Dashboard/), [Reporting](/Documentation/Guide/Common/Data_Analytics_and_BI/Embedded_JS_Reports/), and the [Office File API](/Documentation/Guide/Common/.NET_Backend_Solutions/Office_File_API/).
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
The DevExpress MCP server supports the following IDEs and AI tools:
2+
3+
**IDEs**:
4+
5+
- Visual Studio 2022 (version 17.14 or later)
6+
- Visual Studio Code
7+
- Cursor IDE
8+
- JetBrains Rider 2025.1+
9+
10+
**AI tools**:
11+
12+
- GitHub Copilot
13+
- JetBrains AI Assistant
14+
- Claude/Claude Code
15+
- Other MCP-compatible AI Assistants
16+
17+
[note] We recommend that you keep your development tools up to date so you can access the latest MCP features.
18+
19+
To configure the DevExpress MCP server in your IDE, refer to the following topic:
20+
21+
<a class="btn btn-accent btn-icon btn-docs" href="https://docs.devexpress.com/GeneralInformation/405551/help-resources/dev-express-documentation-mcp-server-configure-an-ai-powered-assistant" target="_blank" title="DevExpress Documentation MCP Server" style="padding-left: 16px;">
22+
<span>DevExpress Documentation MCP Server</span>
23+
</a>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
MCP-compatible AI tools support custom instructions that you can specify in addition to your prompts. The DevExpress MCP server includes such instructions that you can integrate. In VS Code, run the following command to activate these instructions:
2+
3+
/mcp.dxdocs.devexpress_docs_query_workflow
4+
5+
For information on how to implement these instructions in other IDEs, refer to the following topic: [Configure an AI-powered Assistant](https://docs.devexpress.com/GeneralInformation/405551/help-resources/dev-express-documentation-mcp-server-configure-an-ai-powered-assistant).

0 commit comments

Comments
 (0)