Skip to content
Cline

mcp pymupdf for Cline

io.github.penny4nonsense/mcp-pymupdf

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

client:Cline transport:stdio runtime:pypi

Install mcp pymupdf in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp pymupdf in other clients