Skip to main content
Glama
timaliev
by timaliev

mcp_pdf2md

MCP server for AI-optimized PDF to Markdown conversion using pdf2md.

Requires pi-mcp-bridge to connect to pi.

Prerequisites

  • pdf2md CLI installed (cargo install pdf2md or brew install pdf2md)

Related MCP server: mcp-pdf2md

Installation

npm install -g timaliev/mcp_pdf2md
# or
git clone https://github.com/timaliev/mcp_pdf2md.git
cd mcp_pdf2md && npm link

Configuration

With pi-mcp-bridge

In ~/.pi/agent/settings.json:

{
  "mcpBridge": {
    "servers": [
      {
        "name": "pdf2md",
        "command": "mcp-pdf2md",
        "args": []
      }
    ]
  }
}

Standalone MCP client

{
  "mcpServers": {
    "pdf2md": {
      "command": "mcp-pdf2md",
      "args": []
    }
  }
}

Tools

Tool

Description

pdf_to_markdown

Convert PDF to Markdown with page range, raw/compact/page-break options

detect_pdf_type

Detect PDF type: TextBased, Scanned, Mixed, ImageBased

Development

git clone https://github.com/timaliev/mcp_pdf2md.git
cd mcp_pdf2md
npm install
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/timaliev/mcp_pdf2md'

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