Netlify
Create, build, deploy, and manage Netlify resources using natural language.
Ads
Overview
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.
Installation
npx -y @netlify/mcp
Configuration
{
"mcpServers": {
"netlify": {
"command": "npx",
"args": [
"-y",
"@netlify/mcp"
]
}
}
}Capabilities
- 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.
Tags
- deployment
- cloud-infrastructure
- devops
- serverless
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.