Netlify MCP Server

DevOpsstdiov1.0.0
Repository

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.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

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

Araçlar (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"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Netlify (@netlify)
Repository
https://github.com/netlify/netlify-mcp
Lisans
MIT
Sürüm
1.0.0
Yıldızlar
470
Son güncelleme
9 Temmuz 2026