MCP Directory
Back

mcp-client-gemini

by 4ourlab · TypeScript · ★ 1

MCP Client implementation for Gemini models. Reference: https://modelcontextprotocol.io

Install

npx -y github:4ourlab/mcp-client-gemini

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-client-gemini": {
      "command": "npx",
      "args": [
        "-y",
        "github:4ourlab/mcp-client-gemini"
      ]
    }
  }
}

From the README

A MCP (Model Context Protocol) implementation for Gemini models that allows connecting and using multiple MCP servers through Google Generative AI API. This implementation is based on the official [Model Context Protocol documentation](https://modelcontextprotocol.io/). - 🔗 Connect to multiple MCP servers - 🤖 Integration with Google Generative AI (Gemini) - 📝 Support for custom system prompts - 🔧 Complete TypeScript interface - 🛠️ Included usage examples This client has been tested with the following Gemini models: - - - - Create an file with your server configuration: json\n([\…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers