Gemini
Freeby 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
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
Installation
Quick install
npx -y @luutuankiet/gemini-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gemini": {
"command": "npx",
"args": ["-y", "@luutuankiet/gemini-mcp"]
}
}
}