
mcp server make dot com
An MCP server implementation that integrates parts of the Make.com API
Repository Info
About This Server
An MCP server implementation that integrates parts of the Make.com API
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
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:readapps:readconnections:readcustom-property-structures:readdatastores:readdevices:readscenarios:readscenarios:runscenarios:writeteams: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 IDdraft(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"
}
}
}
}
Quick Start
Clone the repository
git clone https://github.com/elitau/mcp-server-make-dot-comInstall dependencies
cd mcp-server-make-dot-com
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.