📦
Pymupdf4llm MCP
MCP Server for pymupdf4llm
0 installs
55 stars
9 forks
Trust: 55 — Fair
Ai
Installation
npx pymupdf4llm-mcpAsk AI about Pymupdf4llm MCP
Powered by Claude · Grounded in docs
I know everything about Pymupdf4llm MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
pymupdf4llm-mcp
MCP Server for pymupdf4llm, best for export PDF to markdown for LLM.
Quick Start
Run the following command to run the MCP server:
uvx pymupdf4llm-mcp@latest stdio # stdio mode
# or
uvx pymupdf4llm-mcp@latest sse # sse mode
Configure your cursor/windsurf/... and other MCP client to this server:
{
"mcpServers": {
"pymupdf4llm-mcp": {
"command": "uvx",
"args": [
"pymupdf4llm-mcp@latest",
"stdio"
],
"env": {}
}
}
}
