PluginBench
MCP Server

stagenth · 文档解析 MCP Server

com.stagenth/doc-parse

What is the stagenth · 文档解析 MCP server?

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

How to install stagenth · 文档解析

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer <API_KEY> from https://www.stagenth.com/settings?tab=tokens

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "doc-parse": {
      "url": "https://stagenth.com/mcp/doc-parse/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "doc-parse": {
      "serverUrl": "https://stagenth.com/mcp/doc-parse/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "doc-parse": {
      "type": "http",
      "url": "https://stagenth.com/mcp/doc-parse/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "doc-parse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://stagenth.com/mcp/doc-parse/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http doc-parse https://stagenth.com/mcp/doc-parse/

Related MCP servers

Hosted Chromium in mainland China: scripted actions, URL screenshots, print-to-PDF.

Query, join, profile, clean and convert CSV/JSON/Parquet with server-side DuckDB over MCP.

Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP.

Excel analytics: inspect, query (JSON rows), charts, and JSON-to-xlsx workbook writing.

Cloud file relay: chunked uploads, folders, share links, inline text reads, ZIP packing.

Image toolkit: resize, compress, crop, watermark, convert, rotate, EXIF read/strip.