make-code-mode-mcp

jmpijll/make-code-mode-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 5d ago
Code-mode MCP server for the Make.com Web API v2 — two tools (search + execute), QuickJS WASM sandbox, ~467 operations behind one flat make.* namespace, scope-aware 401/403 errors, stdio + Streamable HTTP transports.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "make-code-mode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jmpijll/make-code-mode-mcp"
      ]
    }
  }
}

README Excerpt

> ## Project status > > **Public beta. Install from source. Not on npm yet.** > > One sandbox surface (`make.*`) covers the entire Make.com Web API v2 > (~467 operations on the EU1 zone). 85/85 unit + integration tests > green, end-to-end LLM-mediated invocation verified through MCP > Inspector CLI, opencode (DeepSeek v4 Flash), and OpenAI Codex (CLI

Topics

cloudflare-workerscode-modeintegromatllm-toolsmake-commcpmodel-context-protocolopenapiquickjstypescript