LogoSTMCP
Download
CLDGeminiPDF-Analyzer

CLDGeminiPDF MCP Server

CLDGeminiPDF MCP Server enables Claude Desktop to analyze PDF documents using Google's Gemini AI models, providing intelligent text extraction and content analysis through seamless Model Context Protocol integration.

Tools

1. PDF Analysis

Extract and analyze PDF content using Gemini AI models.

2. Multiple Model Support

Choose from various Gemini models (2.5, 2.0, 1.5 series, and Gemma models).

3. Dual Processing Methods

Direct PDF upload to Gemini or fallback text extraction.

Open Graph image for CLDGeminiPDF MCP Server

JSON Config

{
  "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"
      }
    }
  }
}

Useful Links

Information

  • Author@tfll37
  • Published date2025/09/16