MCP server

Netlify MCP

MCP

Official Netlify MCP. Sites and deploys as tools.

Netlify’s MCP server. Create, deploy, and inspect sites from the client.

latest·Apache-2.0·Updated this quarter·github.com/netlify/netlify-mcp·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "netlify": {
      "command": "npx",
      "args": [
        "-y",
        "@netlify/mcp"
      ]
    }
  }
}

By Netlify

Spec

What the server actually exposes.

  • list_sites

    read

    Sites in the account.

  • deploy

    write

    Trigger a deploy.

  • logs

    read

    Build or function logs.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

netlify-mcp.mcp/tools

Tools

  • list_sites

    Sites in the account.

    read
  • deploy

    Trigger a deploy.

    write
  • logs

    Build or function logs.

    read

Last call

{ "ok": true,
  "tool": "list_sites",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.