MCP server for Claude Desktop allowing sharing files to Google's Gemini AI models via API for analysis and then response retrieval to Claude Desktop for further processing
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cldgeminipdf-analyze": {
"command": "npx",
"args": [
"-y",
"tfll37/CLDGeminiPDF-Analyzer"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cldgeminipdf-analyze npx -y tfll37/CLDGeminiPDF-Analyzer
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cldgeminipdf-analyze": {
"command": "npx",
"args": [
"-y",
"tfll37/CLDGeminiPDF-Analyzer"
]
}
}
}
📋 Copy