# pymupdf/PyMuPDF | Model Context Protocol (MCP) Server > PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents. - **Stars**: ⭐ 10,083 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "PyMuPDF": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-PyMuPDF" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "PyMuPDF": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-PyMuPDF" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-PyMuPDF` - **Docker**: `docker run -i --rm mcp/PyMuPDF`