Skip to content
VS Code

pdf mcp for VS Code

io.github.wesseltl/pdf-mcp

Extract text and tables from PDFs for an agent: invoices, reports, statements.

client:VS Code transport:stdio runtime:pypi

Install pdf mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "pdf-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pdf-agent-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pdf mcp in other clients