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.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments