This package has been merged into official repo, please use the official repo instead.
@ai-zerolab
About This package has been merged into official repo, please use the official repo instead.
MCP server for pymupdf4llm, best pdf2md for LLM
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pymupdf4llm-mcp": {
"command": "uvx",
"args": [
"pymupdf4llm-mcp@latest",
"stdio",
"#",
"stdio",
"mode"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is pymupdf4llm-mcp?
pymupdf4llm-mcp is an MCP server for exporting PDF files to Markdown format, designed for use with LLMs. The package has been merged into the official repository—users should refer to the official repo at https://github.com/pymupdf/pymupdf4llm-mcp.
How to use pymupdf4llm-mcp?
Run the MCP server using uvx pymupdf4llm-mcp@latest stdio for stdio mode or uvx pymupdf4llm-mcp@latest sse for SSE mode. Configure your MCP client (e.g., Cursor, Windsurf) with the appropriate JSON definition provided in the README.
Key features of pymupdf4llm-mcp
- Export PDF to Markdown for LLM consumption.
Use cases of pymupdf4llm-mcp
- Extracting PDF content as Markdown for LLM training or inference.
FAQ from pymupdf4llm-mcp
What is the official repository for this server?
The official repository is at https://github.com/pymupdf/pymupdf4llm-mcp, as noted in the README.
How do I run the server?
Use uvx pymupdf4llm-mcp@latest stdio for stdio transport or uvx pymupdf4llm-mcp@latest sse for SSE transport.
What are the supported transport modes?
The README lists two modes: stdio and sse.
More Version Control MCP servers
Code Review Server
crazyrabbitLTCA MCP server for code reviews
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
Comments