8 months ago
Make MCP server enable seamless integration of Make scenarios into AI systems such as AI Assistants and Agents, empowering them to perform real-world tasks through your pre-configured workflows.
Server Config
{
"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>"
}
}
}
}