Software DevelopmentAuth: OAuth2.1
Netlify hosted MCP server
Web deployment
Netlify’s hosted MCP server exposes site and deploy management to agents, letting builders create, configure, and inspect Netlify deployments through OAuth-scoped access.
Curated by Agentic WorkersPublished Updated
Server description
Deploy and manage Netlify sites from an agent
Netlify’s hosted MCP server exposes site and deploy management to agents, letting builders create, configure, and inspect Netlify deployments through OAuth-scoped access.
- Slug
- netlify
- Category
- Software Development
- Category slug
- software-development
- Authentication
- OAuth2.1
- Auth type
- oauth
Directory details
Use with your agent
Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.
{
"mcpServers": {
"netlify": {
"url": "https://netlify-mcp.netlify.app/mcp"
}
}
}