GroupDocs.Markdown.Mcp

groupdocs-markdown/GroupDocs.Markdown.Mcp
★ 0 stars Unknown language AI/LLM Updated 1mo ago
GroupDocs.Markdown for .NET MCP server — convert Word, HTML, and PDF documents to and from Markdown and inspect document info via AI agents.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}