GeminiMcpServer

kousen/GeminiMcpServer
★ 12 stars Java 🤖 AI/LLM Updated 5mo ago
Wraps Gemini 2.5 flash in an MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "geminimcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "kousen/GeminiMcpServer"
      ]
    }
  }
}