Submit

PDF To Markdown

@Dmitry Petrakov

A hosted MCP server that turns PDFs into clean, LLM-ready Markdown, so AI agents can convert documents as a built-in tool: real Markdown tables, formulas as LaTeX, and OCR for scans. The same engine is also a REST API, a web app, a Chrome extension and a ChatGPT Custom GPT. It runs its own engines (MinerU + Docling), not an LLM wrapper. Connect at https://pdf2md.dev/api/v2/mcp with a Bearer API key; docs at https://pdf2md.dev/developers/#mcp

Tools

Server Config

{
  "mcpServers": {
    "pdf2md": {
      "url": "https://pdf2md.dev/api/v2/mcp",
      "headers": {
        "Authorization": "Bearer p2m_YOUR_API_KEY"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server