Back to MCP Servers

Netlify

Deploy sites, manage builds, configure DNS, and control serverless functions on the Netlify platform

netlifydeploymenthostingserverlessjamstackofficial

Installation

npm install -g @netlify/mcp-server

Configuration

{
  "mcpServers": {
    "netlify": {
      "command": "npx",
      "args": ["-y", "@netlify/mcp-server"],
      "env": {
        "NETLIFY_AUTH_TOKEN": "your-netlify-token"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub