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.
- Official server
- Cloud and infrastructure
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 checks
Configuration
New sites
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-readerRead the current user.
-
netlify-team-services-readerRead teams and team environment variables.
-
netlify-project-services-readerRead projects and their forms.
-
netlify-project-services-updaterCreate projects, change names, env vars, forms and access controls.
-
netlify-deploy-services-readerRead deploys and deploy status.
-
netlify-deploy-services-updaterBuild and deploy a site.
-
netlify-extension-services-readerRead available and installed extensions.
-
netlify-extension-services-updaterInstall or remove extensions and set up a database.
Workflows
Example workflows
Launch a new site
-
1
Describe the repository and settings.
-
2
The assistant creates the project.
-
3
It configures build settings.
-
4
It triggers a preview deploy.
-
5
You review before going live.
Weekly deploy review
-
1
Ask for failed deploys this week.
-
2
The assistant lists them by site.
-
3
It reads the logs.
-
4
It summarizes causes.
-
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
Solutions and services that use it
Related services
View all related services- MCP integration Connect AI assistants to your CRM, files, databases and tools through Model Context Protocol servers, with safe permissions.
- Product scaling Keep a growing product fast and stable as users, data and features increase.
- Multi-tenant architecture One product serving many customer accounts, with each account's data kept separate and secure.
- API integration Make two systems share data reliably, with retries, logging and alerts when something goes wrong.
- AI-Powered Web Development Business websites, customer portals, dashboards and web applications that load fast, rank well and are easy to change.
- Automation and Integrations CRM, payment and API integrations, MCP connections and workflows that stop people copying data by hand.
Solutions
View all solutionsIndustries
View all industriesGuides and articles
View all guides and articles- How we review AI-generated code The checks we apply to every AI-assisted change, from tests and security to readability and business rules.
- How to connect AI to your database safely Let staff ask questions of your data in plain English without risking production systems or sensitive records.
- MCP security best practices How to choose, configure and monitor MCP servers so AI assistants get the access they need and nothing more.
- How to automate reporting with AI and MCP Build reports that assemble themselves from your systems through MCP, with a written summary people can trust.
- How to set up automated reporting Replace manual weekly and monthly reports with dashboards and summaries that update themselves.
Glossary terms
View all glossary terms- API integration An API integration connects two or more systems through their APIs so data and actions flow between them automatically.
- Progressive web app A progressive web app, or PWA, is a website that works like an installed app, with offline use, home screen icons and notifications.
- Cloud hosting Cloud hosting runs websites and applications on servers rented from a provider, which can grow or shrink with demand.
- Reverse proxy A reverse proxy is a server that sits in front of your applications, receiving visitors' requests and passing them to the right app, often adding security and caching.
- VPS A VPS, or virtual private server, is a rented virtual machine with its own resources, on which you can install and run your own software.
- API An API, or application programming interface, is a defined way for one piece of software to request data or actions from another.
FAQ
Questions people ask us
Have a question that is not here? Ask us directly.
Yes. It is maintained by Netlify.
Yes. Keep production deploys behind review.
From the server's source code, since the README does not list them.