Skip to content
Claude Desktop

Docpick for Claude Desktop

io.github.arknill/docpick

Schema-driven document extraction with local OCR + LLM. Document in, Structured JSON out.

client:Claude Desktop transport:stdio runtime:pypi

Install Docpick in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "docpick": {
      "command": "uvx",
      "args": [
        "docpick"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Docpick in other clients