Pdf Analyzer
Freeby MCP Community
MCP server for analyzing PDF documents using AI (Google Gemini, Anthropic Claude, OpenAI)
v1.2.2Added Apr 12, 2026
mcppdfaidocument-analysisgemini
Pdf Analyzer MCP Server
MCP server for analyzing PDF documents using AI (Google Gemini, Anthropic Claude, OpenAI)
Installation
npx -y @intelligentelectron/pdf-analyzer
Reviews
Installation
Quick install
npx -y @intelligentelectron/pdf-analyzer
Add to claude_desktop_config.json
{
"mcpServers": {
"pdf-analyzer": {
"command": "npx",
"args": ["-y", "@intelligentelectron/pdf-analyzer"]
}
}
}