GroupDocs.Markdown for .NET MCP server — convert Word, HTML, and PDF documents to and from Markdown and inspect document info via AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"groupdocs.markdown.m": {
"command": "npx",
"args": [
"-y",
"groupdocs-markdown/GroupDocs.Markdown.Mcp"
]
}
}
}
Run in terminal:
claude mcp add groupdocs.markdown.m npx -y groupdocs-markdown/GroupDocs.Markdown.Mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"groupdocs.markdown.m": {
"command": "npx",
"args": [
"-y",
"groupdocs-markdown/GroupDocs.Markdown.Mcp"
]
}
}
}