Suparse Document Processing for Cursor
io.github.suparse/suparse-mcp
Extract structured data from PDFs and documents with Suparse AI OCR.
client:Cursor
transport:stdio
runtime:npm
Install Suparse Document Processing in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"suparse-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@suparse/mcp"
],
"env": {
"SUPARSE_API_KEY": "<SUPARSE_API_KEY>",
"SUPARSE_API_URL": "<SUPARSE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs