Gemini MCP Server for Claude Desktop
@Garblesnarff
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gemini-mcp-server": {
"command": "node",
"args": [
"test-tool-intelligence-full.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
AI 与智能体 分类下的更多 MCP 服务器
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
评论