==================
/// MCP ///
/// MAK ///
==================
[server:online]
[protocol:ready]make-mcp-server
by integromat
Legacy Model Context Protocol server that lets AI assistants invoke "On-Demand" Make scenarios and receive structured JSON results.
121
27
Open SourceInstallation
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 startDocumentation
License: MIT License
Updated 7/30/2025