gemini-mcp-tool
This MCP server enables AI assistants to interact with the Google Gemini CLI for large file analysis and codebase understanding.
The Gemini MCP Tool is a Model Context Protocol server that facilitates seamless interaction between AI assistants and the Gemini CLI. By leveraging Gemini's extensive token window, it allows for efficient analysis of large files and complex codebases. Users can ask natural language questions and receive insightful responses, making the tool ideal for developers and data analysts alike. With its simple setup and integration, the Gemini MCP Tool empowers users to harness the capabilities of Gemini directly within their AI workflows. This enhances productivity by enabling detailed analysis without the need for extensive manual input, thus saving time and resources.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gemini-mcp-tool": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gemini-mcp-tool"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions