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 とエージェント」の他のコンテンツ
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
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
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
コメント