Skip to main content
Glama

Pdf Document MCP

MCP server for pdf document mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Pdf Document MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

Tool

Description

extract_text_from_pdf

Extract text content from a PDF file. Optionally specify page numbers

convert_pdf_to_markdown

Convert a PDF document to Markdown format. Detects headings based on

merge_pdfs

Merge multiple PDF files into a single document.

extract_tables

Extract table-like structures from a specific page in a PDF.

summarize_document

Generate a structural summary of a PDF: metadata, statistics (pages,

Installation

pip install meok-pdf-document-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "pdf-document-mcp": {
      "command": "python",
      "args": ["-m", "meok_pdf_document_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 5 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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/CSOAI-ORG/pdf-document-mcp'

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