mcp-netlify
OSSAn MCP server for Netlify sites, deploys, and build debugging.
MCP server
install
claude mcp add mcp-netlify -- node /opt/mcp/mcp-netlify/build/index.js
# env: NETLIFY_AUTH_TOKENIt lists sites and deploys, manages env vars and build hooks, and triggers deploys. But it was built around one job: working out why a build failed without clicking through the dashboard.
Built for the failed build
When a deploy errors, the inspection tool surfaces the error_message, the build summary, and a logsUrl together, so the agent gets the cause and a link to the full output in one response instead of a status string. trigger-deploy carries a clearCache flag, because half of CI mysteries are stale cache and the first thing you try is a clean build.