Gemini
About
Integrate with Google's Gemini AI models for various tasks.
Details
- Author
- stesm
- Categories
- Communication, Other, AI, Productivity
Jump to
Setup
Install Gemini in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/stesm/gemini-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
MCP (Model Context Protocol) сервер для интеграции с Gemini AI. Предоставляет инструменты для выполнения запросов к Gemini через Claude Code.
- gemini_query- базовые запросы к Gemini AI
- gemini_unsafe- запросы с автоподтверждением небезопасных операций
- Работа через stdio transport
- Интеграция с Claude Code через MCP протокол
- Node.js
- Установленныйgemini CLI
- API ключ Gemini
git clone https://github.com/Stesm/gemini-mcp.git cd gemini-mcp
claude mcp add gemini node /path/to/gemini-mcp/dist/index.js -e GEMINI_API_KEY=your_api_key
- GEMINI_API_KEY- API ключ для Gemini AI (обязательно)
Добавьте в конфигурацию Claude Code (~/.config/claude-code/claude_desktop_config.json):
{ "mcpServers": { "gemini": { "command": "node", "args": ["/path/to/gemini-mcp/dist/index.js"], "env": { "GEMINI_API_KEY": "your_api_key" } } } }
После подключения к Claude Code доступны два инструмента:
Базовый инструмент для отправки запросов в Gemini AI.
- prompt(string, required) - текст запроса
Инструмент для запросов с автоподтверждением небезопасных операций.
- prompt(string, required) - текст запроса
- auto_confirm(boolean, optional) - автоматически подтверждать операции
# Установка зависимостей npm install # Сборка проекта npm run build # Запуск сервера npm start # Разработка (сборка + запуск) npm run dev
├── src/ │ └── index.ts # MCP сервер с инструментами Gemini ├── dist/ # Скомпилированный JavaScript ├── package.json # Конфигурация и зависимости ├── tsconfig.json # Конфигурация TypeScript └── CLAUDE.md # Документация для Claude Code
- MCP Server- использует @modelcontextprotocol/sdk
- Transport- StdioServerTransport для коммуникации с Claude Code
- Tools- инструменты для работы с Gemini CLI
- Command Execution- spawn процессы для вызова gemini CLI
Secure audio transcription meets AI. Connect Alice recordings to Claude, ChatGPT, Gemini, and more.
A bridge server connecting Claude Desktop with the chakoshi moderation API for content safety.
An MCP server to interact with OpenAI's ChatGPT API for conversational AI and text generation.
Sends notifications from Claude Code with customizable sounds and cross-platform support.
An AI-powered email intelligence platform that integrates with Gmail and OpenAI. It can be run as a CLI tool or deployed on AWS Lambda for enhanced capabilities.
An intelligent, LLM-powered email assistant using the Nylas v3 API.
A chat assistant that integrates an MCP client with an LLM and other external MCP servers.
Connect Restream MCP to Claude or ChatGPT to create, schedule, manage, and analyze live streams across 30+ platforms.
Let Claude book a real restaurant table for you - an AI voice agent places the actual phone call, even to restaurants that only take reservations by phone.
One MCP server for Claude, ChatGPT & Gemini — wraps your ERPs, CRMs, APIs and knowledge base into a single governed endpoint.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





