Make MCP Server (legacy)
@mikeysrecipes
About Make MCP Server (legacy)
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Make MCP Server (legacy)?
Make MCP Server (legacy) is a Model Context Protocol server that enables Make scenarios configured with “On-Demand” scheduling to be used as callable tools by AI assistants. It connects to a Make account, parses scenario input parameters, and returns structured JSON output, allowing AI systems to trigger and interact with Make automation workflows.
How to use Make MCP Server (legacy)?
Install the server using npx and configure it as an MCP tool in a client like Claude Desktop. Add the provided JSON block to the mcpServers section of claude_desktop_config.json, and set the required environment variables: MAKE_API_KEY, MAKE_ZONE, and MAKE_TEAM. The server then identifies accessible on-demand scenarios and exposes them as tools.
Key features of Make MCP Server (legacy)
- Connects to your Make account and finds on-demand scenarios
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Comments