← Back to Plugins
MCP Server MCP

AILANG Parse

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @ailang/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://docparse.ailang.sunholo.com/mcp/"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ailang/parse",
      "version": "0.12.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional",
          "valueHint": "subcommand"
        }
      ],
      "environmentVariables": [
        {
          "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": "DOCPARSE_API_KEY"
        },
        {
          "description": "Override the hosted MCP endpoint. Defaults to https://docparse.ailang.sunholo.com/mcp/",
          "name": "AILANG_PARSE_MCP_URL"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "ailang-parse",
      "version": "0.12.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional",
          "valueHint": "subcommand"
        }
      ],
      "environmentVariables": [
        {
          "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": "DOCPARSE_API_KEY"
        },
        {
          "description": "Override the hosted MCP endpoint. Defaults to https://docparse.ailang.sunholo.com/mcp/",
          "name": "AILANG_PARSE_MCP_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm pypi

Comments

Sign in to leave a comment

Loading comments...