loading…
Search for a command to run...
loading…
PDF Merge AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
PDF Merge AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Pdf Merge Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
merge_info |
Plan a PDF merge operation. Provide file descriptions as JSON array of objects w |
split_info |
Plan a PDF split operation. Split spec examples: 'every 5' (5-page chunks), '1-3 |
get_metadata |
Extract or generate PDF metadata. Provide either base64-encoded first 1KB of PDF |
validate_pdf |
Validate PDF structure from base64-encoded header bytes. Checks version, structu |
pip install meok-pdf-merge-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"pdf-merge-ai": {
"command": "python",
"args": ["-m", "meok_pdf_merge_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"pdf-merge-ai-mcp": {
"command": "npx",
"args": []
}
}
}