MCP Server
MCP
io.github.danishashko/make-mcp
Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "make-mcp-server",
"version": "1.3.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Make.com API key for scenario deployment (optional - only needed for create_scenario tool)",
"format": "string",
"isSecret": true,
"name": "MAKE_API_KEY"
},
{
"description": "Make.com Team ID for scenario deployment (optional)",
"format": "string",
"name": "MAKE_TEAM_ID"
},
{
"description": "Make.com API URL - defaults to https://eu1.make.com/api/v2 (optional)",
"format": "string",
"name": "MAKE_API_URL"
},
{
"description": "Log level - error, info, or debug (optional, defaults to error)",
"format": "string",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment