make-mcp-server
Author: integromat
Description: Legacy Model Context Protocol server that lets AI assistants invoke "On-Demand" Make scenarios and receive structured JSON results.
Stars: 121
Forks: 27
License: MIT License
Category: Open Source
Overview
Installation
1. Clone the repository
git clone https://github.com/integromat/make-mcp-server.git && cd make-mcp-server2. Install dependencies
# with npm
npm install
# or with yarn
yarn install3. Build the TypeScript sources
npm run build # calls tsc4. (Optional) create .env file for credentials
MCP_PORT=3000 # port the server should listen on
MCP_TOKEN=<your-token> # token used to authenticate remote Make scenario calls5. Start the server
# development (auto-reload)
npm run dev
# production
npm startLicense: MIT License
Updated 7/30/2025