PluginBench
MCP Server
Maintained
MIT

io.github.danishashko/make-mcp MCP Server

io.github.danishashko/make-mcp

What is the io.github.danishashko/make-mcp MCP server?

Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI

How to install io.github.danishashko/make-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MAKE_API_KEY
    secret

    Make.com API key for scenario deployment (optional - only needed for create_scenario tool)

  • MAKE_TEAM_ID

    Make.com Team ID for scenario deployment (optional)

  • MAKE_API_URL

    Make.com API URL - defaults to https://eu1.make.com/api/v2 (optional)

  • LOG_LEVEL

    Log level - error, info, or debug (optional, defaults to error)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "make-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "make-mcp-server"
      ],
      "env": {
        "MAKE_API_KEY": "<YOUR_MAKE_API_KEY>",
        "MAKE_TEAM_ID": "<YOUR_MAKE_TEAM_ID>",
        "MAKE_API_URL": "<YOUR_MAKE_API_URL>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "make-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "make-mcp-server"
      ],
      "env": {
        "MAKE_API_KEY": "<YOUR_MAKE_API_KEY>",
        "MAKE_TEAM_ID": "<YOUR_MAKE_TEAM_ID>",
        "MAKE_API_URL": "<YOUR_MAKE_API_URL>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "make-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "make-mcp-server"
      ],
      "env": {
        "MAKE_API_KEY": "<YOUR_MAKE_API_KEY>",
        "MAKE_TEAM_ID": "<YOUR_MAKE_TEAM_ID>",
        "MAKE_API_URL": "<YOUR_MAKE_API_URL>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "make-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "make-mcp-server"
      ],
      "env": {
        "MAKE_API_KEY": "<YOUR_MAKE_API_KEY>",
        "MAKE_TEAM_ID": "<YOUR_MAKE_TEAM_ID>",
        "MAKE_API_URL": "<YOUR_MAKE_API_URL>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add make-mcp --env MAKE_API_KEY=<YOUR_MAKE_API_KEY> --env MAKE_TEAM_ID=<YOUR_MAKE_TEAM_ID> --env MAKE_API_URL=<YOUR_MAKE_API_URL> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- npx -y make-mcp-server

Related MCP servers

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

11
Python
MIT
View repository →

SEC EDGAR

Active

SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key.

0
Python
MIT
View repository →

FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.

0
Python
MIT
View repository →

Geocoding

Active

Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.

0
Python
MIT
View repository →