Suparse Document Processing for Zed
io.github.suparse/suparse-mcp
Extract structured data from PDFs and documents with Suparse AI OCR.
client:Zed
transport:stdio
runtime:npm
Install Suparse Document Processing in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"suparse-mcp": {
"command": "npx",
"args": [
"-y",
"@suparse/mcp"
],
"env": {
"SUPARSE_API_KEY": "<SUPARSE_API_KEY>",
"SUPARSE_API_URL": "<SUPARSE_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs