development
documentation
public
What is Netlify?
Create, build, deploy, and manage your websites with Netlify web platform.
Documentation
Netlify MCP Server
The Netlify MCP Server allows developers to build applications with AI capabilities. This documentation covers installation, configuration, and usage examples.
Getting Started
- Install the MCP Server.
- Configure your environment.
- Deploy your application.
Configuration
- Environment Variables: Set necessary environment variables for your application.
- Build Settings: Customize build settings to optimize performance.
Usage Examples
- Example 1: Basic setup.
- Example 2: Advanced configurations.
Server Config
{
"mcpServers": {
"netlify-server": {
"command": "npx",
"args": [
"netlify"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
Netlify Team
Category:
official
License:
MIT License
Tags:
development
documentation
public