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
Intermediate
Estimated 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

Edit claude_desktop_config.json to add the MCP server:
json
{
  "gemini-cli": {
    "command": "npx",
    "args": ["-y", "gemini-mcp-tool"]
  }
}

4. Start Server

bash
npm start

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.