Loading languages...
CL

CLDGeminiPDF

@tfll37

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

pdf
gemini
claude
ai
analysis

# mcpServer 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"
      }
    }
  }
}

# stdio

java -jar CLDGeminiPDF.v1.0.0.jar
Transport:
stdio
Ngôn ngữ:
Java
Đã tạo:6/3/2025
Đã cập nhật:6/4/2025
Trang chủ: