Developer Tools
Trust: 37/100 (Limited)io.github.danishashko/make-mcp Guide
Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
3 starsby danishashko
Quick Start
Install
npx make-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-danishashko-make-mcp": {
"command": "npx",
"args": [
"make-mcp-server"
]
}
}
}