Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Document-Processing/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Syncfusion Document SDK MCP Server

Syncfusion<sup style="font-size:70%">&reg;</sup> Document SDK MCP Server accelerates document processing application development by providing deep knowledge directly in your AI-powered IDE. [Model Context Protocol](https://modelcontextprotocol.io/docs/getting-started/intro) (MCP) integration enables quick access to documentation, API references, and code-generation features from within the development environment.
Syncfusion<sup style="font-size:70%">&reg;</sup> Document SDK MCP Server accelerates document processing application development by providing deep knowledge directly in your AI-powered IDE. [Model Context Protocol](https://modelcontextprotocol.io/docs/2026-07-28/getting-started/intro) (MCP) integration enables quick access to documentation, API references, and code-generation features from within the development environment.

These tools speed up development and reinforce best practices for Syncfusion document processing libraries integration.

Expand Down Expand Up @@ -149,6 +149,8 @@ You can install the Syncfusion Document SDK MCP server as a local tool without a
dotnet tool install Syncfusion.DocumentSdk.MCP
````

> If the project does not already have a tool manifest, create one first by running `dotnet new tool-manifest` in the project root. This generates a shared `.config/dotnet-tools.json` file that tracks local tools, then re-run the install command above.

2. In your MCP client config (for example, `.vscode/mcp.json`), replace the server entry with:

````json
Expand Down Expand Up @@ -262,4 +264,4 @@ The MCP Server acts purely as a knowledge bridge, connecting your AI model with

## See also

- [Model Context Protocol](https://modelcontextprotocol.io/docs/getting-started/intro)
- [Model Context Protocol](https://modelcontextprotocol.io/docs/2026-07-28/getting-started/intro)