Skip to content
Cursor

mcp pymupdf for Cursor

io.github.penny4nonsense/mcp-pymupdf

MCP server for reading PDFs using PyMuPDF. Supports local files and URLs.

client:Cursor transport:stdio runtime:pypi

Install mcp pymupdf in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-pymupdf": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-pymupdf"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp pymupdf in other clients