Netlify MCP Server

deploy-site

Deploy a site to Netlify

Input Schema

NameRequiredDescriptionDefault
messageNoDeploy message
pathYesPath to the site directory
prodNoDeploy to production

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "Deploy message", "type": "string" }, "path": { "description": "Path to the site directory", "type": "string" }, "prod": { "description": "Deploy to production", "type": "boolean" } }, "required": [ "path" ], "type": "object" }