Skip to content
Gemini CLI

mcp server for Gemini CLI

com.make/mcp-server

Give your AI agents the tools to build, manage, and run automation workflows.

client:Gemini CLI transport:streamable-http

Install mcp server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp-server": {
      "httpUrl": "https://mcp.make.com"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp server in other clients