PDF Document MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PDF Document MCP Serverconvert my quarterly report PDF to markdown"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pdf Document MCP
MCP server for pdf document mcp operations
Overview
Pdf Document MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Extract text content from a PDF file. Optionally specify page numbers |
| Convert a PDF document to Markdown format. Detects headings based on |
| Merge multiple PDF files into a single document. |
| Extract table-like structures from a specific page in a PDF. |
| Generate a structural summary of a PDF: metadata, statistics (pages, |
Installation
pip install meok-pdf-document-mcpUsage 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 implementationLicense
MIT © MEOK AI Labs
This server cannot be installed
Maintenance
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