送信

Suparse

@Suparse

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

ツール

サーバー設定

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