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
最后更新
2026年7月9日