McpMux
Back to Registry

Netlify (npx) MCP Server

Community

Contributed by Netlify

Deploy sites, manage DNS, check build status, and configure Netlify projects. Supports site creation, environment variables, and serverless functions.

About the Netlify (npx) MCP Server

The Netlify (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Deploy sites, manage DNS, check build status, and configure Netlify projects. Supports site creation, environment variables, and serverless functions. This is a community-contributed MCP server by Netlify.

Install the Netlify (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires authentication — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@netlify/mcp"
  ],
  "env": {
    "NETLIFY_PERSONAL_ACCESS_TOKEN": "${input:NETLIFY_PERSONAL_ACCESS_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "NETLIFY_PERSONAL_ACCESS_TOKEN",
        "label": "Netlify Personal Access Token",
        "description": "Personal access token for the Netlify API. Optional if using browser-based auth.",
        "type": "text",
        "required": false,
        "secret": true,
        "placeholder": "nfp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://app.netlify.com/user/applications#personal-access-tokens",
          "instructions": "1. Go to app.netlify.com > User Settings > Applications\n2. Scroll to Personal Access Tokens\n3. Click 'New access token'\n4. Name your token and click 'Generate token'\n5. Copy the token",
          "button_label": "Create Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
Authoptional_api_key
Capabilities
Tools

Categories

Tags

netlifydeploymenthostingci-cdserverlessjamstack

Supported AI Clients

The Netlify (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Netlify (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.