PluginBench
MCP Server

io.github.penny4nonsense/mcp-pymupdf MCP Server

io.github.penny4nonsense/mcp-pymupdf

What is the io.github.penny4nonsense/mcp-pymupdf MCP server?

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

How to install io.github.penny4nonsense/mcp-pymupdf

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-pymupdf": {
      "command": "uvx",
      "args": [
        "mcp-pymupdf"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-pymupdf": {
      "command": "uvx",
      "args": [
        "mcp-pymupdf"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-pymupdf": {
      "command": "uvx",
      "args": [
        "mcp-pymupdf"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-pymupdf": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-pymupdf"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-pymupdf -- uvx mcp-pymupdf

Related MCP servers

Academic paper search and retrieval via arXiv, Semantic Scholar, PubMed, Unpaywall.

View repository →