Skip to main content
Glama

Gemini MCP Server

by aliargun

제미니 MCP 서버

Claude Desktop이 Google의 Gemini AI 모델과 상호 작용할 수 있도록 하는 MCP(Model Context Protocol) 서버 구현입니다.

특징

  • 전체 MCP 프로토콜 지원
  • 실시간 응답 스트리밍
  • 안전한 API 키 처리
  • 구성 가능한 모델 매개변수
  • TypeScript 구현

빠른 시작

  1. Gemini API 키 받기
  2. Claude Desktop 구성
    • 구성 파일을 찾으세요.지엑스피1
    • Gemini 구성 추가:
      { "mcpServers": { "gemini": { "command": "npx", "args": ["-y", "github:aliargun/mcp-server-gemini"], "env": { "GEMINI_API_KEY": "your_api_key_here" } } } }
  3. 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

기여하다

기여를 환영합니다! 기여 가이드를 참조하세요.

일반적인 문제

  1. 연결 문제
  2. API 키 문제

보안

  • API 키는 환경 변수를 통해서만 처리됩니다.
  • 민감한 데이터는 기록되거나 저장되지 않습니다.
  • 정기적인 보안 업데이트

특허

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

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 AI 모델과 상호 작용할 수 있도록 하는 MCP(Model Context Protocol) 서버 구현입니다.

  1. 특징
    1. 빠른 시작
      1. 선적 서류 비치
        1. 지역 개발
          1. 기여하다
            1. 일반적인 문제
              1. 보안
                1. 특허

                  Related MCP Servers

                  • -
                    security
                    -
                    license
                    -
                    quality
                    An 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.
                    Last updated -
                    1
                    JavaScript
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A dedicated server that wraps Google's Gemini AI models in a Model Context Protocol (MCP) interface, allowing other LLMs and MCP-compatible systems to access Gemini's capabilities like content generation, function calling, chat, and file handling through standardized tools.
                    Last updated -
                    16
                    20
                    TypeScript
                    MIT License
                    • Linux
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    An MCP server that enables other AI models (like Claude) to use Google's Gemini models as tools for specific tasks through a standardized interface.
                    Last updated -
                    1
                    TypeScript
                    MIT License

                  View all related MCP servers

                  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