mcp-server-make
Verified Safeby Kikk79
Overview
Facilitates programmatic interaction with the Make.com API for comprehensive workflow automation, including scenario creation, modification, and management, through a Model Context Protocol (MCP) server.
Installation
npm startEnvironment Variables
- MAKE_API_TOKEN
- MAKE_ZONE
Security Notes
The server correctly uses environment variables for the API token. No 'eval' or other dynamic code execution from untrusted input was found. Network interactions are confined to the specified Make.com API endpoints. Error handling for API calls is present. A minor functional concern is that 'blueprint' and 'scheduling' inputs (expected to be JSON strings) are double-stringified when sent to the Make.com API, which is an API formatting issue rather than a direct security vulnerability of this server.
Similar Servers
plane-mcp-server
Provides AI agents with tools to interact with Plane APIs for project and work item management.
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
console-mcp-server
The Mia-Platform Console MCP Server integrates with Mia-Platform Console APIs to enable advanced automation and interaction capabilities for developers and tools.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.