Odel
Suparse Document Processing

Suparse Document Processing

Local
@suparseTypeScriptMITUpdated 3mo ago

Extract structured data from PDFs and documents with Suparse AI OCR.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@suparse/mcpv1.3.0

Run

npx -y @suparse/mcp

MCP client config

{
  "mcpServers": {
    "suparse-document-processing": {
      "command": "npx",
      "args": [
        "-y",
        "@suparse/mcp"
      ]
    }
  }
}