Back to directory
bsmi021/mcp-gemini-server

bsmi021/mcp-gemini-server

@bsmi021

Dedicated MCP server wrapping the Google Gemini SDK, exposing Gemini capabilities as standard MCP tools for other LLMs.

geminigooglemcpllmaisdkapimodelcontext

Installation & Configuration

{
  "mcpServers": {
    "gemini-server": {
      "command": "node",
      "args": [
        "dist/server.js"
      ],
      "env": {
        "GOOGLE_GEMINI_API_KEY": "YOUR_API_KEY",
        "MCP_SERVER_HOST": "localhost",
        "MCP_SERVER_PORT": "8080",
        "MCP_CONNECTION_TOKEN": "YOUR_GENERATED_CONNECTION_TOKEN",
        "GOOGLE_GEMINI_MODEL": "gemini-1.5-flash"
      }
    }
  }
}

Information

Transport
stdiossestreamable-http
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17