Usage with Windsurf
Last updated
This guide outlines how to connect Make MCP server to Windsurf using OAuth.
To connect Make MCP server to Windsurf:
In Windsurf, click the Settings icon in the top-right corner, and select Windsurf Settings.
In Cascade, click the Open MCP Marketplace link next to MCP Servers.
In Installed MCPs, click the Settings icon to open the mcp.config.json configuration file.
Add the following configuration:
{
"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.
Enter Ctrl + S (Windows) or Cmd + 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 Installed MCPs section to check whether Make MCP server connected successfully.

You have now connected Make MCP server to Windsurf.
You can call Make MCP tools in the chat:
Click the Toggle Cascade Side Bar icon in the top-right corner, or enter Ctrl+Alt+B (Windows) or Cmd+Option+B (Mac).
Enter a question related to your connected Make MCP tools.
Windsurf calls the relevant tool and responds to your question.
Last updated

