Agentic WorkersPowered by Agentic Workers
Hosted MCP Servers
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 Published 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.

Directory details

Slug
netlify
Category
Software Development
Category slug
software-development
Authentication
OAuth2.1
Auth type
oauth

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.

Use with your agent
{
  "mcpServers": {
    "netlify": {
      "url": "https://netlify-mcp.netlify.app/mcp"
    }
  }
}

Connection links