Make MCP

A Model Context Protocol (MCP) server that gives AI assistants like Claude, GitHub Copilot, and Cursor full access to Make.com module documentation, scenario validation, and one-click deployment. Search 200+ automation modules across 40+ apps, build blueprints with auto-healing, and deploy directly to Make.com - all from your AI chat. Its 8 documented tools cluster into read & search, tools, check, validate.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-02-14 · ★ 8 · #133 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Make MCP

before you install - you'll need

Set LOG_LEVEL, MAKE_API_KEY, MAKE_API_URL before connecting. MAKE_TEAM_ID is optional or environment-specific per the README.

Claude Code

claude mcp add danishashko-make-mcp -- npx -y make-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "danishashko-make-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "make-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package make-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.danishashko is GitHub-verified and matches the repo owner

03 · What Make MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get detailed module info with parameters and docs, check if modules are available in your current Make account/region (with suggestions), validate a scenario blueprint before deployment, and search reusable scenario templates.

Capability map

Tools grouped from the project's README - what Make MCP lets an agent do.

read & search

4 tools - e.g. Full-text search across 200+ Make.com modules; Get detailed module info with parameters and docs; Search reusable scenario templates

search_modules · get_module · search_templates · list_apps

Tools

1 tool - e.g. START HERE - Returns comprehensive documentation for all tools, prompts, and resources

tools_documentation

Check

1 tool - e.g. Check if modules are available in your current Make account/region (with suggestions)

check_account_compatibility

Validate

1 tool - e.g. Validate a scenario blueprint before deployment

validate_scenario

create & write

1 tool - e.g. Deploy a scenario to Make.com via API

create_scenario

04 · Who maintains Make MCP

make-mcp is maintained by danishashko. We track 5 MCP servers from danishashko - 5 actively maintained, 26 combined GitHub stars, oldest repo from Oct 2025. Full record: all servers from danishashko.

  1. Yahoo Finance Real-time Yahoo Finance data: quotes, history, financials, analyst ratings, options, and news. ★ 17

05 · Facts

category
automation - ranked #133 of 194 actively-maintained automation servers as of 2026-08-25.
registry
io.github.danishashko/make-mcp (active, first published 2026-02-07)
packages
npm:make-mcp-server

06 · Make MCP FAQ

Is Make MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-14. We re-verify nightly.

What can Make MCP do?

With this server connected, an agent can get detailed module info with parameters and docs, check if modules are available in your current Make account/region (with suggestions), validate a scenario blueprint before deployment, and search reusable scenario templates.

How do I install Make MCP?

Run `npx -y make-mcp-server`. The README documents 4 environment variables (LOG_LEVEL, MAKE_API_KEY, MAKE_TEAM_ID…) to set first. Set LOG_LEVEL, MAKE_API_KEY, MAKE_API_URL before connecting. MAKE_TEAM_ID is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Make MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Make MCP