Skip to content
Zed

mcp pymupdf for Zed

io.github.penny4nonsense/mcp-pymupdf

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

client:Zed transport:stdio runtime:pypi

Install mcp pymupdf in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp pymupdf in other clients