Turn your Make scenarios into callable tools for AI assistants.
Add to Claude Desktop config.json
{
"mcpServers": {
"integromat-make-mcp-server": {
"command": "node",
"args": [
"~/.mcp/make-mcp-server/index.js"
]
}
}
} Get the source and run locally
git clone https://github.com/integromat/make-mcp-server.git ~/.mcp/make-mcp-server
cd ~/.mcp/make-mcp-server A modern, cloud-based version of the Make MCP Server is now available. For most use cases, we recommend using this new version.
A Model Context Protocol server that enables Make scenarios to be utilized as tools by AI assistants. This integration allows AI systems to trigger and interact with your Make automation workflows.
The MCP server:
scenarios:read and scenarios:run scopesTo use this server with the Claude Desktop app, add the following configuration to the “mcpServers” section of your claude_desktop_config.json:
{
"mcpServers": {
"make": {
"command": "npx",
"args": ["-y", "@makehq/mcp-server"],
"env": {
"MAKE_API_KEY": "<your-api-key>",
"MAKE_ZONE": "<your-zone>",
"MAKE_TEAM": "<your-team-id>"
}
}
}
}
MAKE_API_KEY - You can generate an API key in your Make profile.MAKE_ZONE - The zone your organization is hosted in (e.g., eu2.make.com).MAKE_TEAM - You can find the ID in the URL of the Team page.MCP server that exercises all the features of the MCP protocol.
A high-level framework for building MCP servers in Python
Local-first system capturing screen/audio with timestamped indexing, SQL/embedding storage, semantic search, LLM-powered history analysis, and event-triggered actions - enables building context-aware AI agents through a NextJS plugin ecosystem.
Extract and convert YouTube video information.
Interacting with Obsidian via REST API
Connect AI agents to 600+ integrations with a single interface - OAuth, scaling, and monitoring included