ジェミニ思考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 -53TypeScriptMIT 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
- AsecurityAlicenseAqualityA dedicated server that wraps Google's Gemini AI models in a Model Context Protocol (MCP) interface, allowing other LLMs and MCP-compatible systems to access Gemini's capabilities like content generation, function calling, chat, and file handling through standardized tools.Last updated -1620TypeScriptMIT License
- AsecurityAlicenseAqualityMCP (Model Context Protocol) server that utilizes the Google Gemini Vision API to interact with YouTube videos. It allows users to get descriptions, summaries, answers to questions, and extract key moments from YouTube videos.Last updated -4141JavaScriptMIT License