MCP ExplorerExplorer

Pymupdf4llm Mcp

@pymupdfon a year ago
16 AGPL-3.0
FreeCommunity
AI Systems
MCP Server for pymupdf4llm, designed for exporting PDF to markdown for LLM.

Overview

What is Pymupdf4llm Mcp

pymupdf4llm-mcp is an MCP Server designed for the pymupdf4llm project, specializing in converting PDF documents to Markdown format for use with Large Language Models (LLMs).

Use cases

Use cases for pymupdf4llm-mcp include converting academic papers to Markdown for easier editing, extracting text from reports for data analysis, and preparing documents for machine learning training.

How to use

To use pymupdf4llm-mcp, run the command ‘uvx pymupdf4llm-mcp@latest stdio’ for standard input/output mode or ‘uvx pymupdf4llm-mcp@latest sse’ for server-sent events mode. Configure your MCP client to connect to this server.

Key features

Key features of pymupdf4llm-mcp include seamless PDF to Markdown conversion, support for multiple operation modes (stdio and sse), and easy integration with various MCP clients.

Where to use

pymupdf4llm-mcp can be used in fields such as document processing, content management systems, and applications requiring text extraction and formatting from PDF files.

Content

pymupdf4llm-mcp

Release
Build status
Commit activity
License

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": {}
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers