Skip to content
Install
mcp-registry/make-mcp-server
make-mcp-server logo

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-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
License: MIT License
Updated 7/30/2025