Skip to content
Claude Desktop

Suparse Document Processing for Claude Desktop

io.github.suparse/suparse-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install Suparse Document Processing in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "suparse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@suparse/mcp"
      ],
      "env": {
        "SUPARSE_API_KEY": "<SUPARSE_API_KEY>",
        "SUPARSE_API_URL": "<SUPARSE_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Suparse Document Processing in other clients