Skip to main content
Glama

该软件包已合并到官方仓库,请使用官方仓库。

https://github.com/pymupdf/pymupdf4llm-mcp

pymupdf4llm-mcp

发布 构建状态 代码验证 提交活动 执照

pymupdf4llm 的 MCP 服务器,最适合将 PDF 导出为 LLM 的 markdown。

快速入门

运行以下命令运行 MCP 服务器:

uvx pymupdf4llm-mcp@latest stdio # stdio mode
# or
uvx pymupdf4llm-mcp@latest sse # sse mode

将你的光标/风帆冲浪/...和其他 MCP 客户端配置到此服务器:

{
  "mcpServers": {
    "pymupdf4llm-mcp": {
      "command": "uvx",
      "args": [
        "pymupdf4llm-mcp@latest",
        "stdio"
      ],
      "env": {}
    }
  }
}
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-zerolab/pymupdf4llm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server