Back to List
OfficialDevNetlify
Netlify MCP
Official Netlify MCP server for managing Netlify sites, deployments, and serverless functions.
How to Install
1
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2
2. Click 'Visit Source' below to get the code or package
3
3. Follow the README instructions in the project
4
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"netlify": {
"command": "npx",
"args": [
"-y",
"@netlify/mcp-server"
],
"env": {
"NETLIFY_AUTH_TOKEN": "YOUR_NETLIFY_TOKEN"
}
}
}
}Key Features
Site management
Deployment control
Form submissions
Environment variables
Server Details
Official Netlify MCP server for managing Netlify sites, deployments, and serverless functions.
Pricing
freeTags
OfficialDevNetlify
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository