Design, build, and deploy Make.com automation scenarios using expert skills — directly from Claude Code
npx claudepluginhub integromat/make-skillsExpert skills for designing, building, and deploying Make.com automation scenarios — for Claude Code and other AI agents
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code plugin for Make.com MCP integration — run scenarios, manage automations, and get best practice guidance directly from Claude Code.
# 1. Open the Claude
claude
# 2. Add the Make marketplace
/plugin marketplace add integromat/make-skills
# 3. Install the plugin
/plugin install make-skills@make-marketplace
# 1. Clone this repository
git clone https://github.com/integromat/make-skills.git
# 2. Open the Claude
claude
# 3. Add as a local plugin in Claude Code
/plugin add /path/to/make-skills
The plugin defaults to OAuth via https://mcp.make.com. On first session, you'll be prompted to authenticate through Make's OAuth consent screen where you select your organization and grant scopes.
For more granular access control (team/scenario-level filtering):
mcp:use scope.mcp.json with your zone and token (see Configuration below)The .mcp.json is pre-configured for OAuth:
{
"mcpServers": {
"make": {
"type": "http",
"url": "https://mcp.make.com"
}
}
}
For token-based auth, update .mcp.json:
{
"mcpServers": {
"make": {
"type": "http",
"url": "https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>"
}
}
}
Replace <MAKE_ZONE> with your zone (e.g., eu1.make.com) and <MCP_TOKEN> with your token.
Restrict access via URL query parameters:
?organizationId=<id>?teamId=<id>?scenarioId=<id> or ?scenarioId[]=<id1>&scenarioId[]=<id2>| Issue | Solution |
|---|---|
| MCP server not connecting | Check network connectivity to Make servers |
| No scenarios available | Set scenarios to active + on-demand scheduling |
| Permission denied | Check token scopes (mcp:use) |
| Timeout errors | Use SSE transport, reduce scenario complexity |
Run claude --debug for detailed MCP connection logs.
MIT