pymupdf4llm-mcp
MCP Server for pymupdf4llm, best for export PDF to markdown for LLM.
- Github repository: https://github.com/ai-zerolab/pymupdf4llm-mcp/
- Documentation https://ai-zerolab.github.io/pymupdf4llm-mcp/
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": {}
}
}
}
pymupdf4llm-mcp
Project Details
- ai-zerolab/pymupdf4llm-mcp
- BSD 3-Clause "New" or "Revised" License
- Last Updated: 4/22/2025
Recomended MCP Servers
Deno/TypeScript MCP Server providing context related to Terragrunt documentation.
Provides summarised output from various actions that could otherwise eat up tokens and cause crashes for AI agents
An unofficial MCP interface to interact with the PapersWithCode API
A Model Context Protocol (MCP) server for interacting with Shortcut (formerly Clubhouse)
Official Model Context Protocol server for Gyazo
Geocoding MCP server with GeoPY!
这是一个基于 [ALAPI](https://www.alapi.cn) 的 MCP (Model Control Protocol) 服务器实现,可以通过MCP协议直接调用ALAPI的接口
PayPal-Java-MCP Server