The Make.com MCP Server is a tool that connects to the Make.com API. It lets you read and manage resources like scenario blueprints and user data.
To use it, clone the GitHub repository. Then, set up your environment with the required API key and run the server to start interacting with the API.
Key features include reading scenario blueprints, supporting various API scopes for data access, and allowing scenarios to be run or written via the API.
Common use cases are automating workflows by executing scenarios, integrating Make.com into custom applications, and managing user data or scenario configurations programmatically.
For setup, clone the repo, install dependencies, and add your API key to the configuration. Supported API scopes include agents:read, apps:read, and scenarios:run. Once configured, the server is suitable for production use.