bsmi021/mcp-gemini-server
This project provides a dedicated MCP (Model Context Protocol) server that wraps the @google/genai SDK. It exposes Google's Gemini model capabilities as standard MCP tools, allowing other LLMs (like Cline) or MCP-compatible systems to leverage Gemini's features as a backend workhorse.
Platform-specific configuration:
{
"mcpServers": {
"mcp-gemini-server": {
"command": "npx",
"args": [
"-y",
"mcp-gemini-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...