M

Make

Integrates with Make (formerly Integromat) to enable automated workflows and task execution using AI assistants and Make's extensive app integration library.

Make·No reviews yet
Repo
Share:

About

Integrates with Make (formerly Integromat) to enable automated workflows and task execution using AI assistants and Make's extensive app integration library.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Make.

What does the Make MCP integration do?
This MCP integrates AI assistants with Make (formerly Integromat) to automate workflows and execute tasks. It leverages Make's extensive library of app integrations to connect various services and applications.
How can I install the Make MCP for use with a client?
Installation typically involves adding the MCP's repository URL to your MCP client's configuration. Specific steps may vary depending on the client (e.g., Claude Desktop, Cursor, or Cline) you are using.
Does the Make MCP require API keys or other credentials?
The Make MCP itself does not require an API key, as its authentication type is listed as 'none'. However, the underlying Make platform and connected apps will likely require their own credentials.
What are the primary capabilities of this Make integration?
The integration enables AI assistants to trigger and manage automated workflows within Make. This allows for task execution across numerous applications connected via Make's platform.
What are the cost implications of using the Make MCP?
The MCP itself does not have an explicit cost listed. Costs will depend on your subscriptions to the Make platform and any integrated third-party services used within your workflows.
Are there any known limitations with the Make MCP?
A realistic limitation is that effective use requires familiarity with both AI assistant workflow design and the Make platform. Its functionality is also dependent on the tools and APIs exposed by the specific Make integration.

Install Make

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "make": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-make"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "make": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-make"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "make": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-make"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.