Bridges Make.com's no-code automation platform with conversational AI by exposing existing Make scenarios as callable MCP tools. Agents can trigger workflows, update CRM records, and orchestrate cross-app automations without understanding Make's interface. Ideal for business process automation.
Use cases
- Sales agent triggers follow-up sequence in CRM after positive email detection
- Operations agent creates support tickets in response to user complaints
- Marketing agent updates mailing list segments based on conversation outcomes
- Finance agent reconciles payments by triggering accounting workflow
- HR agent initiates onboarding sequence when hiring decisions are made
Key features
- ChatGPT
- Claude
- Cursor
Frequently Asked Questions
- What Make plans support MCP integration?
- MCP is available on Make's Pro plan and above. Free and Core plans do not support MCP server connections.
- Can agents create new Make scenarios?
- No, MCP exposes existing scenarios as tools. You must create and configure scenarios in Make's visual editor first, then expose them to MCP.
- How do agents authenticate with Make MCP?
- Make uses API key authentication. You generate an API key in Make settings and provide it when configuring the MCP connection in your AI client.
Related
Related
3 Indexed items
Cloudflare MCP
Bridges AI agents to Cloudflare Workers, KV storage, R2 object storage, and D1 databases for edge deployment inspection and management. Agents can check Workers status, inspect KV namespaces, query D1 databases, and monitor R2 buckets directly from the coding environment.
GitHub MCP
Provides GitHub API access for repositories, issues, pull requests, reviews, and code search. Agents can summarize PR diffs, draft code reviews, manage issues, and navigate large organizations using OAuth-authenticated API calls. Supports both github.com and GitHub Enterprise deployments.
Ollama MCP Server
Community-maintained Model Context Protocol bridge that exposes Ollama's local HTTP API—model listing, pulls, chat, and OpenAI-compatible completions—to MCP clients such as Claude Desktop and Cursor. Published on npm as `ollama-mcp-server` (maintained fork of NightTrek/Ollama-mcp); requires a running Ollama daemon reachable at `OLLAMA_HOST` (default `http://127.0.0.1:11434`).