MCP.so
登录

Make MCP Server (legacy)

@mikeysrecipes

关于 Make MCP Server (legacy)

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

mikeysrecipes

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器