By integromat
Design, build, configure, and deploy Make.com no-code automation scenarios and workflows using Claude Code AI skills. Connect remotely to Make.com MCP server via OAuth for integrations, module setup, flow routing, triggers, data mapping, and blueprint management.
npx claudepluginhub integromat/make-skills --plugin make-skillsThis skill should be used when Claude needs to build or reuse a reusable Make API-call shell by discovering the correct app-specific Make an API Call module, resolving or requesting the right connection, explicitly setting the scenario interface, running the scenario, and using that shell as the retrieval transport for email, CRM, tickets, and similar SaaS systems.
This skill should be used when the user asks about "Make MCP server", "Make MCP tools", "MCP token", "Make OAuth", "scenario as tool", "MCP scopes", "Make API access", "connect Make to Claude", "scenario not appearing", "MCP timeout", "MCP connection refused", or discusses configuring, troubleshooting, or understanding the Make.com MCP server integration. Provides technical reference for connection methods, scopes, access control, and troubleshooting.
This skill should be used when configuring Make module parameters, assigning connections, mapping data between modules, setting up webhooks or data stores in modules, working with IML expressions, handling keys, or defining data structures for module inputs/outputs. Covers the practical HOW of module configuration — complementary to make-scenario-building which covers WHICH modules to use and WHY.
This skill should be used when designing Make scenarios, choosing which modules to use, composing module flows, setting up routing/branching/filtering/iterations/aggregations, building blueprints, deploying scenarios, handling errors, configuring scheduling and triggers, or discussing scenario architecture. Covers WHICH modules to use and WHY — complementary to make-module-configuring which covers HOW to configure each module.
Expert skills for designing, building, and deploying Make automation scenarios — for Claude Code, Cursor, GitHub Copilot, and other AI agents.
| Skill | What it does |
|---|---|
| make-api-shell-connection-workflow | Reusable Make API-call shell provisioning — app discovery, connection request/reuse, interface setup, shell execution, SaaS retrieval transport |
| make-scenario-building | End-to-end scenario design — app discovery, module selection, blueprint construction, routing, error handling, deployment |
| make-module-configuring | Module configuration workflow — parameter filling, connections, mapping, webhooks, data stores, IML expressions, validation |
| make-mcp-reference | MCP server reference — configuration, OAuth/token auth, scopes, troubleshooting |
npx skills add integromat/make-skills
Installs all four skills into your agent's skills directory. Works with Claude Code, Cursor, GitHub Copilot, Windsurf, Cline, and 40+ other agents.
codex plugin marketplace add integromat/make-skills
Then open the plugin directory, select the Make marketplace, and install make-skills.
If Codex does not register the MCP server automatically after install, add it manually:
codex mcp add make --url https://mcp.make.com
codex mcp login make
claude
/plugin marketplace add integromat/make-skills
/plugin install make-skills@make-marketplace
git clone https://github.com/integromat/make-skills.git
claude
/plugin add /path/to/make-skills
Download individual skills as zip files:
| Skill | Download |
|---|---|
| API Shell + Connection Workflow | Download |
| Scenario Building | Download |
| Module Configuring | Download |
| MCP Reference | Download |
Or download the complete bundle with all 4 skills + MCP config.
Copy the skills/ directory into your agent's skills folder:
| Agent | Skills directory |
|---|---|
| Claude Code | .claude/skills/ |
| Cursor | .cursor/skills/ |
| Windsurf | .windsurf/skills/ |
| Cline | .cline/skills/ |
| Generic | .agents/skills/ |
Add to your agent's MCP configuration:
{
"mcpServers": {
"make": {
"type": "http",
"url": "https://mcp.make.com"
}
}
}
On first use, you'll authenticate through Make's OAuth consent screen.
Codex CLI equivalent:
codex mcp add make --url https://mcp.make.com
codex mcp login make
For granular access control (team/scenario-level filtering):
mcp:use scope plus any additional scopes for resources you want to access (e.g., scenarios:read, scenarios:write, connections:read){
"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 |
For Claude Code: run claude --debug for detailed MCP connection logs.
MIT
Battle-tested Claude Code plugin for engineering teams — 48 agents, 182 skills, 68 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
External network access
Connects to servers outside your machine
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.