MCP server
Netlify MCP Server
Netlify's own MCP server for creating, deploying and managing sites.
Add it to your client
OfficialInstall
npx -y @netlify/mcp
mcpServers
{
"mcpServers": {
"netlify-mcp": {
"command": "npx",
"args": [
"-y",
"@netlify/mcp"
]
}
}
}- Transport
- both
- Runtime
- Node
- Auth
- Required
- Stars
- 60
Repositoryhttps://github.com/netlify/netlify-mcp
Netlify publishes this server so a coding agent can drive the Netlify API and CLI in one place: create a project, start a build, inspect a deploy, adjust team and environment settings. It runs locally over stdio, and Netlify also hosts a remote endpoint for clients that prefer an HTTP connection. Access follows your existing Netlify login or a personal access token.
Similar MCP servers
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Developer ToolsCloud Platforms & Infrastructure
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Comments(0)
Sign in to comment