pdf-tools-ai-mcp
v1.0.0
Published
AI-powered pdf tools ai MCP server for agents. Supports extract text, count pages, get metadata. By MEOK AI Labs.
Maintainers
Readme
Pdf Tools Ai
By MEOK AI Labs — MEOK AI Labs MCP Server
PDF Tools AI MCP Server
Installation
pip install pdf-tools-ai-mcpUsage
# Run standalone
python server.py
# Or via MCP
mcp install pdf-tools-ai-mcpTools
extract_text
Extract text content from a PDF file.
Parameters:
file_path(str)max_pages(int)
count_pages
Count the number of pages in a PDF file.
Parameters:
file_path(str)
get_metadata
Get metadata from a PDF file (title, author, creation date, etc).
Parameters:
file_path(str)
merge_pages_data
Merge text data from multiple PDF page extractions into a single document.
Parameters:
pages_data(str)
Authentication
Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
Links
- Website: meok.ai
- GitHub: CSOAI-ORG/pdf-tools-ai-mcp
- PyPI: pypi.org/project/pdf-tools-ai-mcp
License
MIT — MEOK AI Labs
