mcp-server-make-dot-com
An MCP server implementation that integrates parts of the Make.com API
Documentation
Make.com MCP Server
An MCP server implementation that integrates the Make.com API, providing reading make resources like scenario blueprints, users.
Scopes of API_KEY
I granted the following scopes to the API key:
- `agents:read`
- `apps:read`
- `connections:read`
- `custom-property-structures:read`
- `datastores:read`
- `devices:read`
- `scenarios:read`
- `scenarios:run`
- `scenarios:write`
- `teams:read`
Features
- Blueprint: Reads the blueprint of a scenario.
Tools
- read_make_dot_com_scenario_blueprint
- Reads the JSON blueprint of a scenario
- Inputs:
- `scenario_id` (number): Scenario ID
- `draft` (boolean, optional): If this parameter is set to true, the draft version of the scenario blueprint will be retrieved. If set to false, the live version of the blueprint will be retrieved. In case that the blueprintId parameter is set to the query as well, this parameter is ignored.
Configuration
Usage with Claude Desktop
Clone this repo and run `bin/setup`. Either pass your Make.com API key as the first argument, via `MAKE_DOT_COM_API_KEY` environment variable or pass the `--use-op` flag with the secret ref.
Manual setup
Clone this repo, run `npm install` in it. This should generate a `dist/index.js` file. Copy the path of this file into the `claude_desktop_config.json` like this:
{
"mcpServers": {
"make-dot-com": {
"command": "node",
"args": ["/full/absolute/path/to/mcp-server-make-dot-com/dist/index.js"],
"env": {
"MAKE_DOT_COM_API_KEY": "your-api-key-from-make-dot-com",
"MAKE_DOT_COM_BASE_URL": "eu2.make.com"
}
}
}
}Frequently asked questions
What is mcp-server-make-dot-com?
mcp-server-make-dot-com is An MCP server implementation that integrates parts of the Make.com API
How do I install mcp-server-make-dot-com?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-make-dot-com open source?
Yes — it is hosted on GitHub at https://github.com/elitau/mcp-server-make-dot-com and has 1 stars.
Related MCP tools
The official TypeScript SDK for Model Context Protocol servers and clients Trusted by 10500+ developers. Trusted by 10500+ developers.
Visual testing tool for MCP servers TypeScript-based implementation. Trusted by 7300+ developers. Trusted by 7300+ developers.
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic TypeScript-based implementation.
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices) TypeScript-based implementation.
Https://github.com/user-attachments/assets/364b6705-14d4-4e6d-bea7-fb9f12664fab for the Model Context Protocol. Enhance AI assistants with powerful integrations
MCP server that provides tools and resources for interacting with n8n API TypeScript-based implementation. Trusted by 1400+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP