Skip to main content
Glama

Gemini MCP Server

by dakrin

제미니 MCP 서버

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

특징

  • 전체 MCP 프로토콜 지원
  • Google Gemini 2.5 Pro 실험 모델 액세스
  • 안전한 API 키 처리
  • Google 검색 통합(선택 사항)
  • 토큰 사용 보고
  • TypeScript 구현

사용 가능한 도구

MCP 서버는 다음과 같은 도구를 제공합니다.

  1. generateWithGemini - Google Gemini 2.5 Pro 실험 버전을 사용하여 콘텐츠 생성
    • 매개변수:
      • prompt (문자열, 필수): Gemini에 보낼 프롬프트
      • temperature (숫자, 선택): 온도 설정(0.0~1.0)
      • maxTokens (숫자, 선택 사항): 최대 출력 토큰
      • safeMode (부울, 선택 사항): 민감한 주제에 대해 안전 모드를 활성화합니다.
      • useSearch (부울, 선택 사항): Google 검색 기반 도구 활성화
  2. getModelInfo - 사용 중인 Gemini 모델에 대한 정보를 가져옵니다.

일반적인 문제

  1. 연결 문제
    • 유효한 API 키가 있는지 확인하세요

보안

  • API 키는 환경 변수를 통해서만 처리됩니다.
  • 민감한 데이터는 기록되거나 저장되지 않습니다.
-
security - not tested
F
license - not found
-
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 2.5 Pro 실험적 AI 모델과 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, Google 검색 통합 및 토큰 사용 보고와 같은 기능을 제공합니다.

  1. 특징
    1. 사용 가능한 도구
      1. 일반적인 문제
        1. 보안

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Model Context Protocol (MCP) server implementation that enables Claude Desktop to interact with Google's Gemini AI models.
            Last updated -
            53
            TypeScript
            MIT License
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that enables Claude to perform Google Custom Search operations by connecting to Google's search API.
            Last updated -
            Python
            • Linux
          • -
            security
            F
            license
            -
            quality
            A 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 -
            Python
            • Linux
            • Apple
          • -
            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

          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/dakrin/mcp-gemini-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server