Back to MCP Servers
Netlify
Deploy sites, manage builds, configure DNS, and control serverless functions on the Netlify platform
netlifydeploymenthostingserverlessjamstackofficial
By Netlify
Installation
npm install -g @netlify/mcp-serverConfiguration
{
"mcpServers": {
"netlify": {
"command": "npx",
"args": ["-y", "@netlify/mcp-server"],
"env": {
"NETLIFY_AUTH_TOKEN": "your-netlify-token"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes