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
mcpServer
{ "mcpServers": { "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "/path/to/your/documents" ] }, "CLDGeminiPDF": { "command": "java", "args": [ "-jar", "/path/to/CLDGeminiPDF.v1.0.0.jar" ], "env": { "GEMINI_API_KEY": "your_api_key_here", "GEMINI_MODEL": "gemini-2.0-flash" } } } }
java -jar CLDGeminiPDF.v1.0.0.jar