Skip to content
Zed

pdf document mcp for Zed

io.github.csoai-org/pdf-document-mcp

Pdf Document MCP Server by MEOK AI Labs

client:Zed transport:stdio runtime:pypi

Install pdf document mcp in Zed

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

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

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

pdf document mcp in other clients