Catalog
Suparse Document Processing
Officialby suparse · TypeScript
Extract structured data from PDFs and documents with Suparse AI OCR.
Extract structured data from PDFs and documents using AI-powered OCR.
README not available yet.
Install
Configuration
Environment variables
SUPARSE_API_KEYrequiredsecretSuparse API key used to authenticate requests.
SUPARSE_API_URLOptional Suparse API base URL override.
claude_desktop_config.json
{
"mcpServers": {
"suparse-mcp": {
"command": "npx",
"args": [
"-y",
"@suparse/mcp@1.3.0"
],
"env": {
"SUPARSE_API_KEY": "<YOUR_SUPARSE_API_KEY>",
"SUPARSE_API_URL": "<YOUR_SUPARSE_API_URL>"
}
}
}
}