Gemini Thinking MCP Server
제미니 씽킹 MCP 서버
Google Gemini 언어 모델을 위한 모델 컨텍스트 프로토콜(MCP) 서버 구현입니다. 이 서버를 통해 Claude Desktop 사용자는 Gemini-2.0-flash-thinking-exp-01-21 모델의 강력한 추론 기능에 접근할 수 있습니다.
제미니 플래시란 무엇인가요?
Gemini-2.0-flash-thinking-exp-01-21은 Google Gemini 모델의 특수 버전으로, 고품질을 유지하면서도 빠른 응답을 제공하도록 최적화되었습니다. 다음과 같은 분야에서 탁월한 성능을 발휘합니다.
수학적 추론
논리적 추론
단계별 분석
구조화된 사고
Related MCP server: MCP Gemini Server
설치
필수 조건
Node.js(v18 이상)
엔피엠
클로드 데스크탑
Google Gemini API 키
설정
이 저장소를 복제하세요:
지엑스피1
종속성 설치:
npm installGoogle API 키로
.env파일을 만듭니다.
GEMINI_API_KEY=your-api-key-here프로젝트를 빌드하세요:
npm run buildClaude Desktop 구성
이 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 Desktop 환경에서 Gemini Thinking MCP 서버를 설치하고 구성하는 과정을 보여줍니다.
예제 2: 수학 문제 해결 테스트
MCP 서버가 수학 방정식을 단계별로 풀어 문제 해결 능력을 보여주는 데모입니다.
개발
npm run dev # Watch mode
npm run build # Build for production
npm start # Run the server기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
특허
MIT
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