← Back to browse

Suparse Document Processing

Indexed by io.github.suparse Development · Productivity

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSUPARSE_API_KEY SUPARSE_API_URL
Claude Code
claude mcp add --env SUPARSE_API_KEY= --env SUPARSE_API_URL= suparse-mcp -- npx @suparse/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"suparse-mcp","command":"npx","args":["@suparse/mcp"],"env":{"SUPARSE_API_KEY":"","SUPARSE_API_URL":""}}'
JSON
{
  "mcpServers": {
    "suparse-mcp": {
      "command": "npx",
      "args": [
        "@suparse/mcp"
      ],
      "env": {
        "SUPARSE_API_KEY": "",
        "SUPARSE_API_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.