Docpick for Cursor
io.github.arknill/docpick
Schema-driven document extraction with local OCR + LLM. Document in, Structured JSON out.
client:Cursor
transport:stdio
runtime:pypi
Install Docpick in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docpick": {
"type": "stdio",
"command": "uvx",
"args": [
"docpick"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs