Skip to content
Claude Desktop

stagenth · 文档解析 for Claude Desktop

com.stagenth/doc-parse

Parse PDF/Word/PPT/HTML to Markdown; tables as JSON, image extraction, RAG chunking, page ranges.

client:Claude Desktop transport:streamable-http

Install stagenth · 文档解析 in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "doc-parse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://stagenth.com/mcp/doc-parse/"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

stagenth · 文档解析 in other clients