Suparse Document Processing for Windsurf
io.github.suparse/suparse-mcp
Extract structured data from PDFs and documents with Suparse AI OCR.
client:Windsurf
transport:stdio
runtime:npm
Install Suparse Document Processing in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"suparse-mcp": {
"command": "npx",
"args": [
"-y",
"@suparse/mcp"
],
"env": {
"SUPARSE_API_KEY": "<SUPARSE_API_KEY>",
"SUPARSE_API_URL": "<SUPARSE_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs