Gemini Thinking MCP Server
ジェミニ思考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 モデルの特殊バージョンであり、高品質を維持しながら高速応答に最適化されています。以下の点で優れています。
数学的推論
論理的推論
ステップバイステップの分析
構造化された思考
Related MCP server: Gemini MCP Server
インストール
前提条件
Node.js (v18以上)
npm
クロードデスクトップ
Google Gemini APIキー
設定
このリポジトリをクローンします:
git clone https://github.com/falahgs/gemini-thinking-mcp.git
cd gemini-thinking-mcp依存関係をインストールします:
npm installGoogle API キーを使用して
.envファイルを作成します。
GEMINI_API_KEY=your-api-key-hereプロジェクトをビルドします。
npm run buildClaudeデスクトップの設定
この MCP サーバーを Claude Desktop で使用するには、Claude Desktop の構成を更新します。
Claude Desktop の構成ファイルを見つけます。
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
mcpServersセクションに以下を追加します。
"gemini-thinking": {
"command": "node",
"args": ["/path/to/gemini-thinking-mcp/build/index.js"],
"env": {
"GEMINI_API_KEY": "your-api-key"
}
}変更を適用するには、Claude Desktop を再起動します。
使用法
設定が完了すると、Claude Desktop の会話で Gemini モデルにアクセスできるようになります。
@gemini-thinking Can you help me solve this math problem step by step?パラメータ
モデルのパラメータを調整できます。
prompt: Geminiへの入力テキスト(必須)max_tokens: 生成するトークンの最大数(デフォルト: 8192)temperature: ランダム性を制御します(デフォルト: 0.2)
例
以下は、Gemini Thinking MCP サーバーのセットアップと使用例です。
例1: MCPサーバーのインストール
この例では、Claude デスクトップ環境に Gemini Thinking MCP サーバーをインストールして構成するプロセスを示します。
例2: 数学の問題解決能力のテスト
MCP サーバーが数式を段階的に解き、その問題解決能力を示すデモンストレーション。
発達
npm run dev # Watch mode
npm run build # Build for production
npm start # Run the server貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
マサチューセッツ工科大学
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/falahgs/gemini-thinking-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server