Stats
Actions
Tags
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.
Copy 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
npx claudepluginhub 2lab-ai/oh-my-claude --plugin oh-my-claude