Extract structured data from PDFs and documents with Suparse AI OCR.
Server Config
{
"mcpServers": {
"suparse": {
"command": "npx",
"args": [
"-y",
"@suparse/mcp"
],
"env": {
"SUPARSE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}