Gemini MCP Server for Claude Desktop
@Garblesnarff
About Gemini MCP Server for Claude Desktop
A Model Context Protocol (MCP) server that enables Claude Desktop to interact with Google's Gemini AI - featuring 7 tools with Smart Tool Intelligence that learns from your usage patterns
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gemini-mcp-server": {
"command": "node",
"args": [
"test-tool-intelligence-full.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Gemini MCP Server for Claude Desktop?
Gemini MCP Server for Claude Desktop is an MCP server that provides 7 AI-powered tools via the Gemini API, featuring a Smart Tool Intelligence system that automatically learns user preferences and enhances prompts over time. It is designed for integration with Claude Desktop.
How to use Gemini MCP Server for Claude Desktop?
Clone the repository, run npm install, set your Gemini API key in a .env file, then start the server with npm start. Add a gemini entry to your Claude Desktop configuration (claude_desktop_config.json) pointing to the server script and including your API key in the environment variables.
Key features of Gemini MCP Server for Claude Desktop
- 7 AI tools: image generation, editing, chat, audio transcription, code execution, video analysis, image analysis
- Smart Tool Intelligence: self-learning context detection and prompt enhancement
- Persistent memory of preferences across sessions with automatic migration
- Verbatim audio transcription mode capturing filler words and emotions
- Secure sandboxed Python code execution
- Supports multiple file types with defined size limits (images/audio 20MB, video 100MB)
Use cases of Gemini MCP Server for Claude Desktop
- Generate images from text descriptions using Gemini 2.0 Flash
- Edit existing images with natural language instructions
- Transcribe audio files with optional verbatim mode for exact word-for-word output
- Execute Python code in a sandboxed environment for data analysis or automation
- Analyze video content for summaries, transcripts, and object detection
FAQ from Gemini MCP Server for Claude Desktop
How does the Smart Tool Intelligence system work?
It automatically detects context (e.g., coding, consciousness research, debugging), enhances prompts with relevant instructions, stores successful interaction patterns, and adapts over time.
Where are learned preferences stored?
Preferences are stored internally at ./data/tool-preferences.json with automatic migration from external storage.
What are the file size limits?
Images are limited to 20MB, audio to 20MB, and video to 100MB. Supported formats are listed for each tool.
What context types does the system recognize?
It recognizes consciousness (academic rigor), code (practical examples), debugging (root cause analysis), general (comprehensive responses), and verbatim (exact transcription for audio).
How do I enable verbatim transcription mode?
Set the context parameter to "verbatim" in the audio transcription tool and optionally set preserve_spelled_acronyms to true.
More AI & Agents MCP servers
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Comments