Gemini Thinking Mcp
@falahgs
关于 Gemini Thinking Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gemini-thinking": {
"command": "node",
"args": [
"/path/to/gemini-thinking-mcp/build/index.js"
],
"env": {
"GEMINI_API_KEY": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Gemini Thinking Mcp?
Gemini Thinking Mcp is a Model Context Protocol (MCP) server that integrates Google’s Gemini-2.0-flash-thinking-exp-01-21 model with Claude Desktop. It enables Claude users to leverage Gemini’s fast, high‑quality reasoning for tasks such as mathematical problem solving, logical deduction, and step‑by‑step analysis.
How to use Gemini Thinking Mcp?
Install Node.js v18+, clone the repository, run npm install, create a .env file with your GEMINI_API_KEY, build with npm run build, then add a gemini-thinking entry to Claude Desktop’s mcpServers configuration. In conversations, invoke the model with @gemini-thinking followed by your prompt.
Key features of Gemini Thinking Mcp
- Exposes Gemini‑2.0‑flash‑thinking‑exp‑01‑21 to Claude Desktop
- Optimized for fast, high‑quality reasoning
- Supports mathematical reasoning and logical deduction
- Enables step‑by‑step structured thinking
- Configurable parameters: prompt, max_tokens, temperature
- Local setup with a single API key
Use cases of Gemini Thinking Mcp
- Solving mathematical equations step by step
- Performing logical deduction and analytical tasks
- Generating structured, reasoned explanations in Claude conversations
FAQ from Gemini Thinking Mcp
What are the prerequisites for using Gemini Thinking Mcp?
Node.js v18 or higher, npm, Claude Desktop, and a valid Google Gemini API key.
How do I configure Claude Desktop to use this server?
Add a JSON object to the mcpServers section of Claude Desktop’s config file, specifying the node command, the path to the built server (build/index.js), and the GEMINI_API_KEY environment variable.
What parameters can I adjust when calling Gemini Thinking Mcp?
You can set prompt (required), max_tokens (default 8192), and temperature (default 0.2) to control the model’s output.
AI 与智能体 分类下的更多 MCP 服务器
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
评论