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:
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.comIf you experience connection issues, you can add /stateless or /stream to the end of your connection URL.
Server-Sent Events (SSE)
gemini mcp add make --scope user --transport sse https://mcp.make.com/sseRun the
Geminicommand to start Gemini.Run
/mcp listto check if Make is among your configured MCP servers.Run
/mcp auth maketo initiate authentication.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:
Enter a question related to your connected Make MCP tools.
Grant permission for the suggested tool.
Gemini CLI calls the relevant tool and responds to your question.
Last updated

