================== /// 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-server
2. Install dependencies
# with npm
npm install
# or with yarn
yarn install
3. Build the TypeScript sources
npm run build # calls tsc
4. (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 calls
5. Start the server
# development (auto-reload)
npm run dev
# production
npm start
Documentation
License: MIT License
Updated 7/30/2025