An open-source AI agent that brings the power of Gemini directly into your terminal.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gemini-cli": {
"command": "npx",
"args": [
"-y",
"google-gemini/gemini-cli"
]
}
}
}
Run in terminal:
claude mcp add gemini-cli npx -y google-gemini/gemini-cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"gemini-cli": {
"command": "npx",
"args": [
"-y",
"google-gemini/gemini-cli"
]
}
}
}