Create, build, deploy, and manage Netlify sites with natural language
The official Netlify MCP Server lets your AI assistant create, build, deploy, and manage Netlify sites with natural language. It supports creating new sites, triggering builds, managing environment variables, and viewing deployment logs.
Built by Netlify, this server provides comprehensive access to the Netlify platform. It can scaffold new projects, deploy existing sites, manage DNS settings, and configure build settings all through your AI conversation.
Perfect for web developers who deploy on Netlify and want AI-assisted site management, deployment automation, and configuration without navigating the Netlify dashboard.
Official first-party server from Netlify. Uses personal access tokens. Can deploy and manage sites.
5 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"netlify": {
"command": "npx",
"args": [
"-y",
"@netlify/mcp-server"
],
"env": {
"NETLIFY_AUTH_TOKEN": "<your-token>"
}
}
}
}Be the first to review this server!
Added support for streaming responses and improved error handling for rate-limited requests.
Major release: new tool registration API, breaking changes to configuration format. See migration guide.
Added OAuth 2.0 support and improved connection pooling.
Initial stable release.