make-mcp-server
The Make MCP Server allows AI assistants to trigger and interact with Make automation workflows.
The MCP server connects to your Make account, identifying all scenarios configured with 'On-Demand' scheduling. It parses and resolves input parameters for each scenario, providing AI assistants with meaningful parameter descriptions, allowing them to invoke scenarios with appropriate parameters. The server returns scenario output as structured JSON, enabling AI assistants to properly interpret the results and maintain complex automation logic in Make while exposing functionality to AI systems.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"make-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-make-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions