Skip to content

Gemini

Free

by MCP Community

MCP proxy that transforms tool schemas for Gemini compatibility. Wraps any MCP server (stdio/SSE/HTTP) and fixes $ref, $defs, anyOf, title, default — so Gemini

v0.1.7Added Apr 12, 2026
mcpgeminiproxyschemacompatibility
Works with:ClaudeGPTGeminiCopilot

Gemini MCP Server

MCP proxy that transforms tool schemas for Gemini compatibility. Wraps any MCP server (stdio/SSE/HTTP) and fixes $ref, $defs, anyOf, title, default — so Gemini

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @luutuankiet/gemini-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "gemini": {
      "command": "npx",
      "args": ["-y", "@luutuankiet/gemini-mcp"]
    }
  }
}