Usage with Kiro
This guide outlines how to connect Make MCP server with Kiro using OAuth.
Prerequisites
Installation
To connect Make MCP server to Kiro:
In Kiro, click the ghost icon on the left sidebar.

Hover over the MCP servers section and click the Open MCP Config icon.
In the
mcp.jsonconfiguration, add the following:
{
"mcpServers": {
"make": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.make.com"
]
}
}
}If you experience connection issues, you can add /stateless or /stream to the end of the connection URL. For SSE, add /sse instead.
Enter
Ctrl+S(Windows) orCmd+S(Mac) to save. The OAuth consent screen opens in a new browser window.In the consent screen, select your organization and scopes, then click Allow.
Return to the MCP servers section to check whether Make MCP server connected successfully.

You have now connected Make MCP server to Kiro.
Call tools on Kiro
You can call Make MCP tools in the chat:
To open the chat, enter
Ctrl+L(Windows) orCmd+L(Mac).Enter a question related to your connected Make MCP tools.
When asked for permission to call a specific MCP tool, click Accept.
Kiro calls the relevant tool and responds to your question.
Last updated

