Skip to main content
Glama

Gemini MCP Server

by aliargun

Gemini MCP サーバー

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

特徴

  • 完全なMCPプロトコルサポート
  • リアルタイム応答ストリーミング
  • 安全なAPIキーの取り扱い
  • 設定可能なモデルパラメータ
  • TypeScript実装

クイックスタート

  1. Gemini APIキーを取得する
  2. Claudeデスクトップの設定
    • 設定ファイルを見つけます:
      Mac: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.json
    • Gemini 設定を追加します:
      { "mcpServers": { "gemini": { "command": "npx", "args": ["-y", "github:aliargun/mcp-server-gemini"], "env": { "GEMINI_API_KEY": "your_api_key_here" } } } }
  3. Claudeデスクトップを再起動します

ドキュメント

地域開発

# 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キーは環境変数のみで処理されます
  • 機密データは記録または保存されません
  • 定期的なセキュリティアップデート

ライセンス

マサチューセッツ工科大学

-
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) サーバー実装。

  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