make-mcp.md

Make MCP

from"make"
780

Turn Make scenarios into callable tools

Productivity
Makeautomationscenariosintegration
install.sh
# Clone the repository
$git clone https://github.com/make/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve