제미니 MCP 서버
Claude Desktop이 Google의 Gemini 2.5 Pro 실험적 AI 모델과 상호 작용할 수 있도록 하는 MCP(Model Context Protocol) 서버 구현입니다.
특징
전체 MCP 프로토콜 지원
Google Gemini 2.5 Pro 실험 모델 액세스
안전한 API 키 처리
Google 검색 통합(선택 사항)
토큰 사용 보고
TypeScript 구현
사용 가능한 도구
MCP 서버는 다음과 같은 도구를 제공합니다.
generateWithGemini - Google Gemini 2.5 Pro 실험 버전을 사용하여 콘텐츠 생성
매개변수:
prompt
(문자열, 필수): Gemini에 보낼 프롬프트temperature
(숫자, 선택): 온도 설정(0.0~1.0)maxTokens
(숫자, 선택 사항): 최대 출력 토큰safeMode
(부울, 선택 사항): 민감한 주제에 대해 안전 모드를 활성화합니다.useSearch
(부울, 선택 사항): Google 검색 기반 도구 활성화
getModelInfo - 사용 중인 Gemini 모델에 대한 정보를 가져옵니다.
일반적인 문제
연결 문제
유효한 API 키가 있는지 확인하세요
보안
API 키는 환경 변수를 통해서만 처리됩니다.
민감한 데이터는 기록되거나 저장되지 않습니다.
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.
Claude Desktop이 Google의 Gemini 2.5 Pro 실험적 AI 모델과 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, Google 검색 통합 및 토큰 사용 보고와 같은 기능을 제공합니다.
Related MCP Servers
- -securityAlicense-qualityModel Context Protocol (MCP) server implementation that enables Claude Desktop to interact with Google's Gemini AI models.Last updated -224MIT License
- -securityFlicense-qualityA 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.Last updated -
- -securityFlicense-qualityA Model Context Protocol server that gives Claude access to Google's Gemini 2.5 Pro for extended thinking, code analysis, and problem-solving with a massive context window.Last updated -7,293
- -securityAlicense-qualityA Model Context Protocol server that enables Claude to collaborate with Google's Gemini AI models, providing tools for question answering, code review, brainstorming, test generation, and explanations.Last updated -MIT License