Model Context Protocol (MCP) server that lets AI assistants invoke Make (formerly Integromat) on-demand scenarios and receive structured JSON output.
https://github.com/integromat/make-mcp-serverTransform your existing Make automations into powerful AI-callable tools that extend your assistant's capabilities beyond conversation into real-world action.
You've built sophisticated automation workflows in Make.com, connecting everything from Slack notifications to database updates, from email campaigns to data processing pipelines. But there's been a frustrating gap: your AI assistant lives in its own silo, unable to leverage these powerful automations when you need them most.
The Make MCP Server eliminates this friction, creating bidirectional communication between your AI assistant and your entire automation ecosystem.
Your AI assistant automatically discovers all your on-demand scenarios and can invoke them with proper parametersβno manual switching between tools.
Unlike webhook-based integrations that fire-and-forget, this MCP server returns structured JSON output that your AI can immediately interpret, analyze, and act upon. Your automations become part of your AI's reasoning chain.
Keep your complex automation logic exactly where it belongsβin Make's visual interface. The MCP server simply exposes your existing scenarios as callable functions, maintaining your current setup while adding AI superpowers.
"Trigger my sales pipeline analysis and create a presentation summary"
β AI invokes Make scenario β Processes CRM data β Returns insights β Generates summary
"Update our social media and notify the team about the product launch"
β AI triggers cross-platform posting scenario β Gets confirmation β Sends team notification
"Run the monthly metrics collection and highlight key trends"
β AI executes data aggregation β Receives structured results β Provides intelligent analysis
"If our server load is high, trigger the scaling scenario and let me know the results"
β AI checks conditions β Executes appropriate scenarios β Reports outcomes
{
"mcpServers": {
"make": {
"command": "npx",
"args": ["-y", "@makehq/mcp-server"],
"env": {
"MAKE_API_KEY": "your-api-key",
"MAKE_ZONE": "eu2.make.com",
"MAKE_TEAM": "your-team-id"
}
}
}
}
The server automatically:
Stop treating your AI assistant as just a chat interface. With the Make MCP Server, you're creating an intelligent automation orchestrator that can:
Your existing Make scenarios become your AI's toolkitβno migration, no rebuilding, just enhanced capability.
Ready to bridge the gap between AI conversation and real-world action? Install the Make MCP Server and watch your assistant evolve from helpful to indispensable.
[β 98 stars β’ 20 forks β’ Active community]