
Netlify
STDIOAI-powered Netlify API and CLI bridge for managing Netlify resources via natural language
AI-powered Netlify API and CLI bridge for managing Netlify resources via natural language
Netlify MCP Server follows the Model 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:
With Netlify MCP Server, your AI agents can:
node --version
Tip: Install the Netlify CLI globally for the best experience:
npm install -g netlify-cli
For the production MCP server, use the following configuration:
Editors with one-click install:
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.
Configuration for MCP config files:
{ "mcpServers": { "netlify": { "command": "npx", "args": [ "-y", "@netlify/mcp" ] } } }
For local development, see Set up local MCP configuration.
Use Node.js 22 or higher for best results.
If you use nvm
, run:
nvm install 22 nvm use 22
{ "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.