Loading...
{
"mcpServers": {
"make": {
"command": "npx",
"args": ["-y", "@makehq/mcp-server"],
"env": {
"MAKE_API_KEY": "<your-api-key>",
"MAKE_ZONE": "<your-zone>",
"MAKE_TEAM": "<your-team-id>"
}
}
}
}invoke_scenarioExecutes a specified Make scenario with provided parameters and returns the output.
Scenarios can perform write operations or interact with external services.
This MCP server is reasonably safe if the Make scenarios are designed with security in mind and the API key is protected. Risks increase if scenarios perform sensitive operations or interact with untrusted external services. Regularly audit Make scenarios for potential security vulnerabilities.