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.
Connect
Add this configuration to .claude/mcp.json
{
"mcpServers": {
"netlify": {
"command": "npx",
"args": [
"-y",
"@netlify/mcp"
],
"env": {
"NETLIFY_PERSONAL_ACCESS_TOKEN": "<YOUR_NETLIFY_PERSONAL_ACCESS_TOKEN>"
}
}
}
}Tools (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"
}
}
}Resources
This server does not expose any resources.
Prompts
This server does not expose any prompts.
Server Information
- Author
- Netlify (@netlify)
- Repository
- https://github.com/netlify/netlify-mcp
- License
- MIT
- Version
- 1.0.0
- Stars
- 470
- Last Updated
- July 9, 2026