Docpick for Windsurf
io.github.arknill/docpick
Schema-driven document extraction with local OCR + LLM. Document in, Structured JSON out.
client:Windsurf
transport:stdio
runtime:pypi
Install Docpick in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"docpick": {
"command": "uvx",
"args": [
"docpick"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs