Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🛠️ Other Tools and Integrations
  3. Make MCP Server
Make MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:47:51 PM

Make MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository172 GitHub StarsTotal stargazers on GitHub for the source repository (172 stars).Visit Website
makeautomationmcpai-tools

Exposes on-demand Make scenarios as structured, callable tools for AI assistants through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "integromat-make-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@makehq/mcp-server"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🛠️ More in Other Tools and Integrations

Overview

The integromat/make-mcp-server MCP server connects AI assistants to Make scenarios configured with On-Demand scheduling. It discovers eligible scenarios, derives their input parameters, and presents them as callable tools. Invocations are sent to Make and returned as structured JSON for the assistant to interpret. Use the integromat/make-mcp-server MCP server when existing Make automation should be accessible from an MCP-compatible client; the repository is marked legacy and points most users to Make’s newer cloud-based server.

Use cases

•Expose on-demand Make scenarios to an AI assistant
•Trigger existing Make automation from Claude Desktop
•Pass assistant-generated parameters into Make workflows
•Read Make scenario results as structured JSON

Key features

•Discovers On-Demand Make scenarios
•Resolves scenario input parameters
•Invokes Make scenarios through MCP
•Returns structured JSON output
•Supports local npx execution

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Make MCP Server.

Extracted Tool Capabilities
Discovers On-Demand Make scenarios
Resolves scenario input parameters
Invokes Make scenarios through MCP
Returns structured JSON output
Supports local npx execution

How Make MCP Server works

What integromat/make-mcp-server MCP server does

The integromat/make-mcp-server MCP server exposes selected Make automation workflows as tools that an AI assistant can call. It works with scenarios using Make’s On-Demand scheduling, rather than publishing every scenario in an account automatically.

The server connects to a Make account, finds the eligible scenarios, and makes their callable operations available through MCP. This lets an assistant use existing Make logic without requiring that logic to be rebuilt as native agent code. Make remains responsible for the workflow and its connected automation steps, while the MCP client handles tool discovery and invocation.

The repository describes this implementation as legacy. Its README recommends Make’s newer cloud-based MCP server for most use cases, so this project is primarily relevant when a local or existing deployment specifically requires the legacy package.

How it works

At startup, the server uses Make account credentials and location details to access the relevant team. It identifies scenarios with On-Demand scheduling and examines their input definitions. Those inputs are resolved into parameter descriptions that an AI assistant can use when deciding how to call a scenario.

When the assistant invokes a scenario, the server passes the supplied parameters to Make. The result is returned as structured JSON, allowing the client to process scenario output instead of receiving only unstructured text. This supports workflows where an assistant both sends information into Make and reads the resulting scenario output.

The integromat/make-mcp-server MCP server is intended for MCP clients such as Claude Desktop. The provided configuration runs it locally through Node.js and npx rather than connecting to a hosted endpoint.

Setup and configuration

The documented setup requires Node.js, an MCP client, and a Make API key with both scenarios:read and scenarios:run scopes. Add the server to the client’s MCP configuration and run the @makehq/mcp-server package with npx.

Three environment variables are needed:

  • MAKE_API_KEY: an API key generated from the Make profile.
  • MAKE_ZONE: the hosting zone for the organization, such as an EU Make zone.
  • MAKE_TEAM: the team identifier, available in the URL of the Make Team page.

The API key must be able to read scenario definitions and run scenarios. The zone and team values determine which Make organization context the server uses.

Tools and capabilities

Available tools are based on the account’s On-Demand scenarios rather than on a fixed, predefined tool list. The server can:

  • Discover eligible Make scenarios.
  • Expose scenario inputs with descriptive parameters.
  • Trigger scenarios with assistant-provided values.
  • Return scenario results as structured JSON.

This model is suitable for exposing existing automation workflows to assistants while keeping the workflow implementation in Make.

Limitations and notes

Only scenarios configured for On-Demand scheduling are described as discoverable by the server. Access also depends on the Make API key having the required scopes and on correct zone and team settings.

The repository is labeled legacy, and its README directs most users toward Make’s newer cloud-based MCP server. Evaluate that newer option before adopting this package for a new deployment. The supplied material does not specify Make plan requirements, scenario execution limits, or support for MCP clients beyond the Claude Desktop example.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    🛠️ Other Tools and Integrations4 views
    Compare vs Git →
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    🛠️ Other Tools and Integrations3 views
    Compare vs Time →
  • Sequential Thinking logoSequential Thinking
    Verified

    Dynamic and reflective problem-solving through thought sequences.

    🛠️ Other Tools and Integrations1 views
    Compare vs Sequential Thinking →
  • Filesystem logoFilesystem
    Verified

    Secure file operations with configurable access controls.

    🛠️ Other Tools and Integrations2 views
    Compare vs Filesystem →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
172
Stargazers on the source repository.
npm downloads
390
Package downloads in the last 30 days.
Last commit
3mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Make MCP Server

Run `npx -y @makehq/mcp-server` through an MCP client configuration and provide the required Make environment variables.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMake MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/integromat-make-mcp-server?style=directory)](https://allmcps.com/mcp/integromat-make-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/integromat-make-mcp-server"><img src="https://allmcps.com/api/badge/integromat-make-mcp-server?style=directory" alt="Make MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category🛠️Other Tools and Integrations
PricingBring your own API key (usage-based cost)
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop
Last updatedSep 7, 2026
11/11 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars172
GitHub Star CountTotal stargazers on GitHub representing community popularity (172 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 10, 2026
npm downloads390/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
45Quality signal: Fair · 45/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev · @makehq/mcp-server (npm)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🛠️ Other Tools and Integrations →Alternatives to Make MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code