← Index

AILANG Parse

io.github.sunholo-data/parse·v0.5.4·Documents & Spreadsheets
Quality Score
95
/100

Deterministic DOCX/PPTX/XLSX/PDF parser: track changes, comments, headers, footers, merged cells.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://docparse.ailang.sunholo.com/mcp/
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "parse": {
      "command": "npx",
      "args": [
        "-y",
        "@ailang/parse"
      ],
      "env": {
        "DOCPARSE_API_KEY": "<your-docparse_api_key>",
        "AILANG_PARSE_MCP_URL": "<ailang_parse_mcp_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "parse": {
      "command": "npx",
      "args": [
        "-y",
        "@ailang/parse"
      ],
      "env": {
        "DOCPARSE_API_KEY": "<your-docparse_api_key>",
        "AILANG_PARSE_MCP_URL": "<ailang_parse_mcp_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @ailang/parse
Claude Desktop (uvx)
{
  "mcpServers": {
    "parse": {
      "command": "uvx",
      "args": [
        "ailang-parse"
      ],
      "env": {
        "DOCPARSE_API_KEY": "<your-docparse_api_key>",
        "AILANG_PARSE_MCP_URL": "<ailang_parse_mcp_url>"
      }
    }
  }
}
§02  Environment variables
DOCPARSE_API_KEY
secret

AILANG Parse API key (dp_...). Optional — the bridge auto-loads keys saved at ~/.config/ailang-parse/credentials.json. Get one from https://www.sunholo.com/ailang-parse/

AILANG_PARSE_MCP_URL

Override the hosted MCP endpoint. Defaults to https://docparse.ailang.sunholo.com/mcp/

DOCPARSE_API_KEY
secret

AILANG Parse API key (dp_...). Optional — the bridge auto-loads keys saved at ~/.config/ailang-parse/credentials.json. Get one from https://www.sunholo.com/ailang-parse/

AILANG_PARSE_MCP_URL

Override the hosted MCP endpoint. Defaults to https://docparse.ailang.sunholo.com/mcp/

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
5
§04  Alternatives in Documents & Spreadsheets