Gemini MCP Server
제미니 MCP 서버
Claude Desktop이 Google의 Gemini AI 모델과 상호 작용할 수 있도록 하는 MCP(Model Context Protocol) 서버 구현입니다.
특징
전체 MCP 프로토콜 지원
실시간 응답 스트리밍
안전한 API 키 처리
구성 가능한 모델 매개변수
TypeScript 구현
Related MCP server: Gemini MCP Server
빠른 시작
Gemini API 키 받기
새로운 API 키 생성
Claude Desktop 구성
구성 파일을 찾으세요.
지엑스피1
Gemini 구성 추가:
{ "mcpServers": { "gemini": { "command": "npx", "args": ["-y", "github:aliargun/mcp-server-gemini"], "env": { "GEMINI_API_KEY": "your_api_key_here" } } } }
Claude Desktop을 다시 시작하세요
선적 서류 비치
Claude Desktop 설치 가이드 - 자세한 설치 지침
예제 및 사용법 - 사용 예제 및 고급 구성
구현 참고 사항 - 기술 구현 세부 정보
개발 가이드 - 개발자를 위한 가이드
문제 해결 가이드 - 일반적인 문제 및 해결 방법
지역 개발
# Clone repository
git clone https://github.com/aliargun/mcp-server-gemini.git
cd mcp-server-gemini
# Install dependencies
npm install
# Start development server
npm run dev기여하다
기여를 환영합니다! 기여 가이드를 참조하세요.
일반적인 문제
연결 문제
포트 3005를 사용할 수 있는지 확인하세요
인터넷 연결 확인
문제 해결 가이드를 참조하세요
API 키 문제
API 키가 올바른지 확인하세요
권한 확인
설정 가이드를 참조하세요
보안
API 키는 환경 변수를 통해서만 처리됩니다.
민감한 데이터는 기록되거나 저장되지 않습니다.
정기적인 보안 업데이트
특허
MIT
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
- 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
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server implementation for the Google Gemini language model. This server allows Claude Desktop users to access the powerful reasoning capabilities of Gemini-2.0-flash-thinking-exp-01-21 model.1MIT
- AlicenseAqualityCmaintenanceImplementation of Model Context Protocol (MCP) server that provides tools for accessing Google Cloud's Vertex AI Gemini models, supporting features like web search grounding and direct knowledge answering for coding assistance and general queries.204687MIT
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/aliargun/mcp-server-gemini'
If you have feedback or need assistance with the MCP directory API, please join our Discord server