Netlify MCP Server

DevOpsstdiov1.0.0
Репозиторий

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.

Подключение

Добавьте эту конфигурацию в .claude/mcp.json

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

Инструменты (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"
    }
  }
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
Netlify (@netlify)
Репозиторий
https://github.com/netlify/netlify-mcp
Лицензия
MIT
Версия
1.0.0
Звёзды
470
Последнее обновление
9 июля 2026 г.