{"type":"mcp_server","name":"make-mcp-server","description":"This repository provides an MCP server that connects Make scenarios to AI assistants, allowing them to trigger and interact with your Make automation workflows using structured JSON. This repository provides","category":"Productivity","language":"TypeScript","stars":161,"forks":8,"owner":"integromat","github_url":"https://github.com/integromat/make-mcp-server","homepage":"https://github.com/integromat/mono/blob/master/libs/github-resources/src/repositories/make-mcp-server.ts","setup":"## Setup\n\nTo use this server with the Claude Desktop app, add the following configuration to the \"mcpServers\" section of your `claude_desktop_config.json`:\n\n```json\n{\n    \"mcpServers\": {\n        \"make\": {\n            \"command\": \"npx\",\n            \"args\": [\"-y\", \"@makehq/mcp-server\"],\n            \"env\": {\n                \"MAKE_API_KEY\": \"<your-api-key>\",\n                \"MAKE_ZONE\": \"<your-zone>\",\n                \"MAKE_TEAM\": \"<your-team-id>\"\n            }\n        }\n    }\n}\n```\n\n-   `MAKE_API_KEY` - You can generate an API key in your Make profile.\n-   `MAKE_ZONE` - The zone your organization is hosted in (e.g., `eu2.make.com`).\n-   `MAKE_TEAM` - You can find the ID in the URL of the Team page.\n\nPrerequisites:\n\n-   NodeJS\n-   MCP Client (like Claude Desktop App)\n-   Make API Key with `scenarios:read` and `scenarios:run` scopes","tools":"## Available Tools\n\n1.  Connects to your Make account and identifies all scenarios configured with \"On-Demand\" scheduling (Connects to Make and identifies on-demand scenarios).\n2.  Parses and resolves input parameters (Provides AI assistants with meaningful parameter descriptions).\n3.  Allows AI assistants to invoke scenarios with appropriate parameters (Enables AI assistants to trigger Make scenarios).\n4.  Returns scenario output as structured JSON (Enables AI assistants to properly interpret the results).","faq":null,"created_at":"2025-03-10T15:21:12+00:00","updated_at":"2025-03-28T17:11:47+00:00","source_url":"https://model-context-protocol.com/servers/make-scenarios-ai-assistant-mcp-server","related_articles":[]}