ジェミニ思考MCPサーバー
Google Gemini言語モデル用のモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーにより、Claude DesktopユーザーはGemini-2.0-flash-thinking-exp-01-21モデルの強力な推論機能にアクセスできます。
Gemini Flashとは何ですか?
Gemini-2.0-flash-thinking-exp-01-21 は、Google の Gemini モデルの特殊バージョンであり、高品質を維持しながら高速応答に最適化されています。以下の点で優れています。
- 数学的推論
- 論理的推論
- ステップバイステップの分析
- 構造化された思考
インストール
前提条件
- Node.js (v18以上)
- npm
- クロードデスクトップ
- Google Gemini APIキー
設定
- このリポジトリをクローンします:
- 依存関係をインストールします:
- Google API キーを使用して
.env
ファイルを作成します。
- プロジェクトをビルドします。
Claudeデスクトップの設定
この MCP サーバーを Claude Desktop で使用するには、Claude Desktop の構成を更新します。
- Claude Desktop の構成ファイルを見つけます。
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
mcpServers
セクションに以下を追加します。
- 変更を適用するには、Claude Desktop を再起動します。
使用法
設定が完了すると、Claude Desktop の会話で Gemini モデルにアクセスできるようになります。
パラメータ
モデルのパラメータを調整できます。
prompt
: Geminiへの入力テキスト(必須)max_tokens
: 生成するトークンの最大数(デフォルト: 8192)temperature
: ランダム性を制御します(デフォルト: 0.2)
例
以下は、Gemini Thinking MCP サーバーのセットアップと使用例です。
例1: MCPサーバーのインストール
この例では、Claude デスクトップ環境に Gemini Thinking MCP サーバーをインストールして構成するプロセスを示します。
例2: 数学の問題解決能力のテスト
MCP サーバーが数式を段階的に解き、その問題解決能力を示すデモンストレーション。
発達
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
マサチューセッツ工科大学
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.
Google Gemini言語モデル用のモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーにより、Claude DesktopユーザーはGemini-2.0-flash-thinking-exp-01-21モデルの強力な推論機能にアクセスできます。
Related MCP Servers
- -securityAlicense-qualityModel Context Protocol (MCP) server implementation that enables Claude Desktop to interact with Google's Gemini AI models.Last updated -191JavaScriptMIT 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 -1JavaScript
- AsecurityAlicenseAqualityImplementation of Model Context Protocol (MCP) server that provides tools for accessing Google Cloud's Vertex AI Gemini models, supporting features like web search grounding and direct knowledge answering for coding assistance and general queries.Last updated -204375TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that gives Claude access to Google's Gemini 2.5 Pro for extended thinking, code analysis, and problem-solving with a massive context window.Last updated -5,417Python