loading…
Search for a command to run...
loading…
PDF Tools AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
PDF Tools AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
PDF Tools AI MCP Server PDF utility tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
extract_text |
Extract text content from a PDF file. |
count_pages |
Count the number of pages in a PDF file. |
get_metadata |
Get metadata from a PDF file (title, author, creation date, etc). |
merge_pages_data |
Merge text data from multiple PDF page extractions into a single document. |
pip install meok-pdf-tools-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"pdf-tools-ai": {
"command": "python",
"args": ["-m", "meok_pdf_tools_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-tools-ai-mcp": {
"command": "npx",
"args": []
}
}
}