Skip to main content
Glama

Gemini MCP Server

by dakrin

Gemini MCP サーバー

Claude Desktop が Google の Gemini 2.5 Pro Experimental AI モデルと対話できるようにするモデル コンテキスト プロトコル (MCP) サーバー実装。

特徴

  • 完全なMCPプロトコルサポート
  • Google Gemini 2.5 Pro 実験モデルへのアクセス
  • 安全なAPIキーの取り扱い
  • Google 検索統合(オプション)
  • トークン使用状況レポート
  • TypeScript実装

利用可能なツール

MCP サーバーは次のツールを提供します。

  1. generateWithGemini - Google Gemini 2.5 Pro Experimental でコンテンツを生成
    • パラメータ:
      • 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 検索の統合やトークン使用状況レポートなどの機能を使用して Google の Gemini 2.5 Pro Experimental AI モデルと対話できるようにするモデル コンテキスト プロトコル サーバー。

  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