Gemini MCP サーバー
Claude Desktop が Google の Gemini AI モデルと対話できるようにするモデル コンテキスト プロトコル (MCP) サーバー実装。
特徴
完全なMCPプロトコルサポート
リアルタイム応答ストリーミング
安全なAPIキーの取り扱い
設定可能なモデルパラメータ
TypeScript実装
クイックスタート
Gemini APIキーを取得する
Google AI Studioにアクセス
新しいAPIキーを作成する
Claudeデスクトップの設定
設定ファイルを見つけます:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.jsonGemini 設定を追加します:
{ "mcpServers": { "gemini": { "command": "npx", "args": ["-y", "github:aliargun/mcp-server-gemini"], "env": { "GEMINI_API_KEY": "your_api_key_here" } } } }
Claudeデスクトップを再起動します
ドキュメント
Claudeデスクトップセットアップガイド- 詳細なセットアップ手順
例と使用法- 使用例と高度な設定
実装ノート- 技術的な実装の詳細
開発ガイド- 開発者向けガイド
トラブルシューティングガイド- よくある問題と解決策
地域開発
貢献
貢献を歓迎します!貢献ガイドをご覧ください。
よくある問題
接続の問題
ポート3005が利用���能かどうかを確認する
インターネット接続を確認する
APIキーの問題
APIキーが正しいことを確認してください
権限を確認する
セットアップガイドを参照
安全
APIキーは環境変数のみで処理されます
機密データは記録または保存されません
定期的なセキュリティアップデート
ライセンス
マサチューセッツ工科大学
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Claude Desktop が Google の Gemini AI モデルと対話できるようにするモデル コンテキスト プロトコル (MCP) サーバー実装。
Related MCP Servers
- AsecurityAlicenseAqualityA server that enables Claude Desktop to generate images using Google's Gemini AI models through the Model Context Protocol (MCP).Last updated -82214MIT License
- -security-license-qualityAn MCP server implementation that allows using Google's Gemini AI models (specifically Gemini 1.5 Pro) through Claude or other MCP clients via the Model Context Protocol.Last updated -1
- -securityFlicense-qualityA Model Context Protocol server that enables Claude Desktop to interact with Google's Gemini 2.5 Pro Experimental AI model, with features like Google Search integration and token usage reporting.Last updated -3
- -securityAlicense-qualityA Model Context Protocol (MCP) server implementation for the Google Gemini language model. This server allows Claude Desktop users to access the powerful reasoning capabilities of Gemini-2.0-flash-thinking-exp-01-21 model.Last updated -1MIT License