document-intelligence-mcp
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., "@document-intelligence-mcpExtract text from quarterly_report.pdf"
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.
document-intelligence-mcp
Local document intelligence for AI agents — extract text, detect tables, read metadata, analyze structure, search keywords, and detect language from PDF and DOCX files. No cloud API required, no API key needed.
Features
10 MCP Tools for PDF and DOCX processing
Local processing — no data leaves your machine
No API key required
Supports PDF (via PyMuPDF + pdfplumber) and Microsoft Word DOCX (via python-docx)
Language detection via langdetect (55+ languages)
Related MCP server: @paperjsx/mcp-server
Tools
Tool | Description |
| Extract all text from a PDF, page by page |
| Detect and extract tables from PDF |
| Read PDF metadata: title, author, dates, outline |
| Detect headings, font sizes, section structure |
| Search for keywords with context in PDF |
| Extract all text from a Word DOCX file |
| Extract all tables from a DOCX file |
| Analyze headings, styles, and structure of DOCX |
| Word count, sentence count, reading time, top words |
| Detect language of PDF or DOCX (55+ languages) |
Installation
pip install document-intelligence-mcpClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"document-intelligence": {
"command": "document-intelligence-mcp"
}
}
}Usage Examples
Extract text from a PDF:
Extract the text from /path/to/report.pdfFind tables in a PDF:
Find all tables in /path/to/financial_report.pdfSearch for a keyword:
Search for "revenue" in /path/to/annual_report.pdfGet document stats:
Count the words and estimate reading time for /path/to/document.docxDetect language:
What language is /path/to/document.pdf written in?Requirements
Python 3.10+
PyMuPDF >= 1.24.0
pdfplumber >= 0.11.0
python-docx >= 1.1.0
langdetect >= 1.0.9
License
MIT License — free to use, modify, and distribute.
Built by AiAgentKarl | Part of the AI Agent Economy toolkit
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Agent-native document parsing: PDF, scans and FR/EU invoices to structured JSON or Markdown.
Ingest, manage, and retrieve documents for RAG-powered AI applications
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
DocForge turns documents into structured data. Upload a PDF, image, or Office file and get fielded JSON back with per-field confidence scores. 95 templates (invoices, receipts, bank statements, ID docs), custom JSON Schema mode, auto-detect, natural-language instructions. Keyless demo tool included. Free 7-day trial.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceA local document processing toolkit for AI agents that extracts text, converts PDFs to Markdown, merges files, extracts tables, and summarizes documents without external API dependencies.15MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to generate a variety of documents (PPTX presentations, DOCX reports, PDF invoices, XLSX spreadsheets) locally from JSON specs, without any API keys or network calls.441MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to process files locally — OCR images, extract text from PDFs and DOCX, and describe images using local vision models, all without sending data to external services.-
- AlicenseAqualityBmaintenanceIndexes local documents (PDF, Word, Markdown, text) into a SQLite database for AI agents to search and retrieve bounded, source-located passages. Runs fully locally with optional OCR, preserving privacy.5MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/AiAgentKarl/document-intelligence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server