gemini-mcp-tool
MCP server that enables AI assistants to interact with Google Gemini CLI, leveraging Gemini's massive token window for large file analysis and codebase understanding
GitHub Stars
1,294
User Rating
Not Rated
Favorites
0
Views
65
Forks
87
Issues
13
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Node.js: 16.0.0 or higher
npm: Latest version
Claude Desktop: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/jamubc/gemini-mcp-tool.git
cd gemini-mcp-tool
2. Install Dependencies
bash
npm install
3. Configure Claude Desktop
Editclaude_desktop_config.json to add the MCP server:
json
{
"gemini-cli": {
"command": "npx",
"args": ["-y", "gemini-mcp-tool"]
}
}
4. Start Server
bash
npm start