Make.com MCP Server
An MCP server implementation that integrates parts of the Make.com API
Overview
Make.com MCP Server is an implementation that integrates parts of the Make.com API, allowing users to read and manage various resources such as scenario blueprints and user data.
To use the Make.com MCP Server, clone the repository from GitHub, set up your environment with the necessary API key, and run the server to interact with the Make.com API.
- Reads scenario blueprints from Make.com. - Supports various API scopes for comprehensive data access. - Allows running and writing scenarios through the API.
- Automating workflows by reading and executing scenarios.
- Integrating Make.com resources into custom applications.
- Managing user data and scenario configurations programmatically.
Add to your AI client
Use these steps to connect Make.com MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-make-dot-com-elitau": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-make-dot-com-elitau"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-make-dot-com-elitau": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-make-dot-com-elitau"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-make-dot-com-elitau": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-make-dot-com-elitau"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-make-dot-com-elitau": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-make-dot-com-elitau"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-make-dot-com-elitau": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-make-dot-com-elitau"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-make-dot-com-elitau": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-make-dot-com-elitau"
]
}
}
}FAQ
What API scopes are supported?
The server supports multiple scopes including `agents:read`, `apps:read`, and `scenarios:run`.
How do I set up the server?
Clone the repository, install dependencies, and configure your API key in the setup file.
Can I use this server for production?
Yes, once properly configured, it can be used in production environments.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1537,"uuid":"69a6e439-7586-4c2d-9c99-8e2eb8a43e3f","name":"mcp-server-make-dot-com","title":"Make.com MCP Server","description":"An MCP server implementation that integrates parts of the Make.com API","avatar_url":"https://avatars.githubusercontent.com/u/19110?v=4","created_at":"2025-02-20T16:18:14.617Z","updated_at":"2025-02-23T07:22:06.257Z","status":"created","author_name":"elitau","author_avatar_url":"https://avatars.githubusercontent.com/u/19110?v=4","tags":"make.com,mcp-server,api-integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/elitau/mcp-server-make-dot-com","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]