Netlify MCP Server

DevOpsstdiov1.0.0
Repositorio

Official Netlify MCP server for managing web deployments. Lets AI agents create and configure sites, trigger and monitor deploys, manage environment variables, and read build logs. Useful for shipping frontends and serverless functions, debugging failed builds, and automating deployment workflows from an AI assistant.

Conectar

Añade esta configuración a .claude/mcp.json

{
  "mcpServers": {
    "netlify": {
      "command": "npx",
      "args": [
        "-y",
        "@netlify/mcp"
      ],
      "env": {
        "NETLIFY_PERSONAL_ACCESS_TOKEN": "<YOUR_NETLIFY_PERSONAL_ACCESS_TOKEN>"
      }
    }
  }
}

Herramientas (2)

list_sites

List Netlify sites in the authenticated account.

{
  "type": "object",
  "properties": {}
}

get_deploy_status

Get the status and logs for a site's most recent deploy.

{
  "type": "object",
  "required": [
    "site_id"
  ],
  "properties": {
    "site_id": {
      "type": "string",
      "description": "Netlify site ID"
    }
  }
}

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
Netlify (@netlify)
Repositorio
https://github.com/netlify/netlify-mcp
Licencia
MIT
Versión
1.0.0
Estrellas
470
Última actualización
9 de julio de 2026