doc-mcp-server

ceeyang-ai/doc-mcp-server
★ 1 stars Python Memory/Knowledge Updated today
MCP server for document processing: PDF generation, markdown-to-PDF, text extraction, and merging
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "doc-mcp-server": {
      "command": "uvx",
      "args": [
        "doc-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install doc-mcp-server