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

In ~/.mcp.json:

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

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