Netlify
Official
🏗️ Infrastructure
Netlify official MCP server enables AI agents to create, build, deploy, and manage Netlify sites and resources using natural language. Full platform access for site configuration, environment variables, and deployment management.
Tags
Tools (12)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"netlify": {
"command": "npx",
"args": [
"-y",
"@netlify/mcp"
],
"env": {
"NETLIFY_PERSONAL_ACCESS_TOKEN": "your-netlify-personal-access-token-here"
}
}
}
}