Usage with Gemini CLI

This guide outlines how to connect Make MCP server with Gemini CLI using OAuth.

Prerequisites

Installation

To connect Make MCP server to Gemini CLI:

  1. In your terminal, run the following command, depending on your transport method:

Streamable HTTP

gemini mcp add make --scope user --transport http https://mcp.make.com

Server-Sent Events (SSE)

gemini mcp add make --scope user --transport sse https://mcp.make.com/sse
  1. Run the Gemini command to start Gemini.

  2. Run /mcp list to check if Make is among your configured MCP servers.

  3. Run /mcp auth make to initiate authentication.

  4. In the OAuth consent screen, select your organization and scopes, then click Allow.

You have now connected Make MCP server to Gemini CLI.

Call tools on Gemini CLI

You can call Make MCP tools in Gemini CLI:

  1. Enter a question related to your connected Make MCP tools.

  2. Grant permission for the suggested tool.

Gemini CLI calls the relevant tool and responds to your question.

Last updated