Skip to content
Windsurf

pdf mcp for Windsurf

io.github.jztan/pdf-mcp

Agentic RAG over one PDF or a whole folder: hybrid search, selective page reads, tables, OCR.

client:Windsurf transport:stdio runtime:pypi

Install pdf mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pdf-mcp": {
      "command": "uvx",
      "args": [
        "pdf-mcp"
      ],
      "env": {
        "PDF_MCP_CACHE_DIR": "<PDF_MCP_CACHE_DIR>",
        "PDF_MCP_CACHE_TTL": "<PDF_MCP_CACHE_TTL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

pdf mcp in other clients