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.
Add this to your MCP configuration file:
{
"mcpServers": {
"netlify": {
"env": {
"NETLIFY_AUTH_TOKEN": "<your-token>"
},
"args": [
"-y",
"@netlify/mcp-server"
],
"command": "npx"
}
}
}Be the first to review this server!