Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From oh-my-claude
Local stdio MCP server providing access to Google's Gemini AI model for Claude Code, enabling interactions like text generation and chat completions. Requires Gemini API key.
npx claudepluginhub 2lab-ai/oh-my-claude --plugin oh-my-claudeCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"gemini-as-mcp": {
"command": "npx",
"args": [
"@2lab.ai/gemini-mcp-server"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.