Skip to content

MCP server

Netlify MCP server

Netlify's official MCP server lets AI read account, team and project data and create, configure and deploy Netlify projects.

At a glance

Maintained by
Netlify
Tools exposed
8 listed below
Reviewed
September 24, 2026

Why it matters

What it does and why it matters

Netlify hosts many marketing sites and web apps. Its official MCP server groups tools by area: user, team, project, deploy and extension services, each with reader and updater tools. An assistant can look up projects and deploys, and create, configure and deploy projects.

For agencies managing many client sites, it makes questions like "which sites failed to deploy this week" quick to answer.

Updater tools change live projects and deploys, so we connect with a team member account and keep deploys to production behind review. Netlify's tool names come from its source code rather than its README, so check the repository for the current list.

Use cases

Best business use cases

Deploys

Deploy a project with review.

Deploy checks

Find failed deploys and their causes.

Configuration

Update environment settings with care.

New sites

Create a new project from a repository.

Extensions

Manage Netlify extensions.

Tools

Available tools

Tool names as published by the maintainer at review time. Versions change, so check the repository for the current list.

Names taken from source (src/tools/index.ts): netlify-{domain}-services-reader / -updater, each taking an operation argument. Verbose mode registers netlify-{domain}-{operation} instead.

Read and write: Read and write: read account data, and create, configure and deploy projects.

  • netlify-user-services-reader

    Read the current user.

  • netlify-team-services-reader

    Read teams and team environment variables.

  • netlify-project-services-reader

    Read projects and their forms.

  • netlify-project-services-updater

    Create projects, change names, env vars, forms and access controls.

  • netlify-deploy-services-reader

    Read deploys and deploy status.

  • netlify-deploy-services-updater

    Build and deploy a site.

  • netlify-extension-services-reader

    Read available and installed extensions.

  • netlify-extension-services-updater

    Install or remove extensions and set up a database.

Workflows

Example workflows

Launch a new site

  1. 1

    Describe the repository and settings.

  2. 2

    The assistant creates the project.

  3. 3

    It configures build settings.

  4. 4

    It triggers a preview deploy.

  5. 5

    You review before going live.

Weekly deploy review

  1. 1

    Ask for failed deploys this week.

  2. 2

    The assistant lists them by site.

  3. 3

    It reads the logs.

  4. 4

    It summarizes causes.

  5. 5

    The team fixes them.

Prompts

Example prompts

  • “Which of our sites had failed deploys this week?”

  • “Create a Netlify project for this repository with the build command npm run build.”

  • “Show the environment variables for the marketing site, without values.”

Setup

Installation and configuration

Examples for Claude Desktop and Claude Code. Replace the placeholder values with your own keys, and store secrets outside version control.

Claude Desktop: claude_desktop_config.json

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

Claude Code: terminal

claude mcp add --transport http netlify https://netlify-mcp.netlify.app/mcp
  • Hosted server: https://netlify-mcp.netlify.app/mcp.
  • Local server: npm: @netlify/mcp (stdio, Node.js 22+).
  • Needs: Remote: OAuth. Local: Netlify CLI login, or NETLIFY_PERSONAL_ACCESS_TOKEN as a fallback..
  • Claude Desktop: Netlify docs recommend Claude's official Netlify Connector for Claude Desktop.

Security

Security considerations

  • Read-only first

    Start with read access and add actions only for reviewed tasks.

  • Scoped credentials

    Use a dedicated role or token with the least access, never an owner or admin key.

  • Separate environments

    Keep production changes out of assistant sessions, or require approval for them.

  • Audit

    Review changes in the Netlify dashboard.

Related servers

Servers that pair well with it

Vercel

Vercel's official MCP server lets AI search Vercel docs, list teams, projects and deployments, read build and runtime logs and deploy with confirmation.

Cloudflare

Cloudflare's Code Mode MCP server lets AI search Cloudflare docs and the API and execute API calls, within the scopes you grant.

GitHub

GitHub's official MCP server lets AI read repositories, search code, manage issues and pull requests and, when allowed, change files.

Keep exploring

FAQ

Questions people ask us

Have a question that is not here? Ask us directly.

Start a project

Want this connected to your own systems? We build AI workflows with MCP.

Send a short brief. We reply with questions, a suggested plan and an estimate you can compare with other offers.

Your privacy choices

We use necessary storage to run this site. With your permission we also use Google Analytics to see which pages help people, and load maps from Google. You can change this at any time. Read the cookie policy.