netlify-mcp.md

Netlify MCP

from"netlify"
780

Create, build, deploy, and manage websites with Netlify

Cloud Platforms
NetlifydeploymentJAMstackCDN
install.sh
# Clone the repository
$git clone https://github.com/netlify/netlify-mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve