Back to Apps

Gemini MCP Client CLI
Supports UIby EnigmaticHarvest
TypeScript CLI to chat with Google Gemini models while leveraging Model Context Protocol (MCP) server tools.
0 stars
Works in:Gemini CLI
Exposes:Tools
What it does
This is a command-line interface that allows users to interact with Google's Gemini models while integrating with MCP servers. It enables the LLM to discover and utilize tools provided by external MCP servers, bridging the gap between Gemini's reasoning and local/remote tool execution.
Tools
As a client, it does not expose tools but consumes them from configured MCP servers. It provides server management tools such as servers add, servers list, servers default, and servers remove to organize the tool-providing infrastructure.
Installation
# Install dependencies
npm install
# Set GEMINI_API_KEY in .env
# Start chat
npm run cli -- chat
Supported hosts
- Gemini CLI
Quick install
npm install && npm run cli -- chatInformation
- Pricing
- free
- Published
- 7/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Gemini CLI
Configure GEMINI_API_KEY in .env and add servers via `npm run cli -- servers add <name> <url>`





