Skip to main content
Glama

Gemini MCP Tool

installation.md790 B
# Installation Multiple ways to install Gemini MCP Tool, depending on your needs. ## Prerequisites - Node.js v16.0.0 or higher - Claude Desktop or Claude Code with MCP support - Gemini CLI installed (`npm install -g @google/gemini-cli`) ## Method 1: NPX (Recommended) No installation needed - runs directly: ```json { "mcpServers": { "gemini-cli": { "command": "npx", "args": ["-y", "gemini-mcp-tool"] } } } ``` ## Method 2: Global Installation ```bash claude mcp add gemini-cli -- npx -y gemini-mcp-tool ``` Then configure: ```json { "mcpServers": { "gemini-cli": { "command": "gemini-mcp" } } } ``` ## Method 3: Local Project ```bash npm install gemini-mcp-tool ``` See [Getting Started](/getting-started) for full setup instructions.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamubc/gemini-mcp-tool'

If you have feedback or need assistance with the MCP directory API, please join our Discord server