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: MCP Gemini 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceModel Context Protocol (MCP) server implementation that enables Claude Desktop to interact with Google's Gemini AI models.6178257MIT
- FlicenseNot gradedqualityDmaintenanceA server implementing the Model Context Protocol that enables AI assistants like Claude to interact with Google's Gemini API for text generation, text analysis, and chat conversations.
- -licenseNot gradedqualityNot gradedmaintenanceAn 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.1
- AlicenseBqualityDmaintenanceA 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.21784Apache 2.0
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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