AgentHubAgentHub

AILANG Parse

MCP ServerMCP Registry官方收录

io.github.sunholo-data/parse · v0.8.0

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

概览

AILANG Parse 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "parse": {
      "command": "npx",
      "args": [
        "-y",
        "@ailang/parse"
      ]
    }
  }
}

环境变量

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/

相关资源

统一 Manifest

{
  "id": "io.github.sunholo-data/parse",
  "type": "mcp-server",
  "version": "0.8.0",
  "displayName": "AILANG Parse",
  "description": "Deterministic DOCX/PPTX/XLSX/PDF parser: track changes, comments, headers, footers, merged cells.",
  "repository": {
    "url": "https://github.com/sunholo-data/ailang-parse",
    "source": "github"
  },
  "homepage": "https://www.sunholo.com/ailang-parse/",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@ailang/parse",
        "version": "0.8.0",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "DOCPARSE_API_KEY",
            "description": "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/",
            "isSecret": true
          },
          {
            "name": "AILANG_PARSE_MCP_URL",
            "description": "Override the hosted MCP endpoint. Defaults to https://docparse.ailang.sunholo.com/mcp/"
          }
        ]
      },
      {
        "registryType": "pypi",
        "identifier": "ailang-parse",
        "version": "0.8.0",
        "runtimeHint": "uvx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "DOCPARSE_API_KEY",
            "description": "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/",
            "isSecret": true
          },
          {
            "name": "AILANG_PARSE_MCP_URL",
            "description": "Override the hosted MCP endpoint. Defaults to https://docparse.ailang.sunholo.com/mcp/"
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://docparse.ailang.sunholo.com/mcp/"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.sunholo-data/parse",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.sunholo-data%2Fparse/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
AILANG Parse — MCP Server 安装与配置 · AgentHub