Netlify

by netlify

Not rated
GitHub Website SSE

About

Create, build, deploy, and manage Netlify resources using natural language.

Details

Author
netlify
Categories
Remote MCP, Cloud Service, Infrastructure

Setup

Install Netlify in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/netlify/netlify-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

- Create and deploy projects— Ask your assistant to scaffold a new Netlify project, build it, and deploy it via the API and CLI.
- Manage access controls— Instruct your assistant to modify authentication and access settings to harden project security.
- Handle extensions— Have your assistant install or uninstall Netlify extensions across your sites.
- Fetch account details— Ask for user and team information, including membership and permissions.
- Manage forms— Enable form submissions and view or manage incoming form data.
- Configure environment variables— Create, update, or delete environment variables and secrets for your projects.

Netlify MCP Serverfollows theModel Context Protocol (MCP)to enable code agents to use the Netlify API and CLI—so they can create new projects, build, deploy, and manage your Netlify resources using natural language prompts.

The Model Context Protocol is an emerging standard protocol for connecting code agents with MCP servers, allowing them to manage resources and perform tasks using natural language. The Netlify MCP Server acts as a bridge, providing API access, CLI tools, prompts, and more for your agents.

You can connect to the Netlify MCP Server using a variety of MCP clients, including:

- Windsurf
- Cursor
- Claude
- Copilot (VSCode)
- Cline
- Warp
- LM Studio
-
See the full list

With Netlify MCP Server, your AI agents can:

- Create, manage, and deploy Netlify projects
- Modify access controls for enhanced project security
- Install or uninstall Netlify extensions
- Fetch user and team information
- Enable and manage form submissions
- Create and manage environment variables and secrets
- and more...

- Node.js 22 or higherCheck withnode --version
- A Netlify account
- An MCP client(e.g., Windsurf, Cursor, Claude, Copilot)

Tip:Install the Netlify CLI globally for the best experience:npm install -g netlify-cli

For the production MCP server, use the following configuration:

- use the following link in your browser if link fails to render or open:goose://extension?cmd=npx&arg=-y&arg=%40netlify%2Fmcp&id=netlify&name=Netlify&description=Build%2C%20deploy%2C%20and%20manage%20sites%20with%20Netlify's%20official%20MCP%20server.

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

For local development, seeSet up local MCP configuration.

-

Use Node.js 22 or higher for best results.

- If you run into authentication issues, you can temporarily add aNetlify Personal Access Token (PAT)to your MCP configuration:

{ "mcpServers": { "netlify-mcp": { "command": "npx", "args": ["-y", "@netlify/mcp"], "env": { "NETLIFY_PERSONAL_ACCESS_TOKEN": "YOUR-PAT-VALUE" } } } }

Do not commit your PAT to your repository!Once resolved, remove your PAT from the config.

Generating a New Personal Access Token (PAT)

- In the Netlify dashboard, select your user icon. - Go toUser settings>OAuth>New access token. - Copy your token and add it (temporarily) to your MCP config as above. - Restart or refresh your MCP client.

- Model Context Protocol Documentation
-
Official List of MCP Clients
-
Netlify CLI

Netlify runs an official remote MCP server — connect over a hosted URL instead of installing this one locally.

Integrate with the Coolify API to manage your servers, applications, and databases.

An MCP server for interacting with the Coolify API to manage servers and applications.

An MCP server for integrating with Coolify, the self-hostable alternative to Netlify and Vercel.

Integrate with the Laravel Forge API to manage servers and deployments using MCP-compliant tools.

An MCP server for managing Modal apps, containers, volumes, and secrets. It also helps in deploying & running Modal apps directly from Claude Code and other MCP clients.

Interact with Modal volumes and deploy Modal applications from within Cursor.

An MCP server providing comprehensive access to Netlify's features and services.

Manage Laravel Forge servers and sites using the Forge API.

A command-line tool to automate the deployment of MCP servers to AWS ECS.

Core AWS MCP server providing prompt understanding and server management capabilities.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.