N

netlify.com

Netlify is a web platform for building, deploying, and operating websites and web applications. It provides hosting, deploy workflows, edge features, forms, functions, storage, database, and AI-related tooling.

3 integrations · MCP · REST · CLI

Netlify exposes a REST API at `api.netlify.com`, an OAuth-protected MCP server at `netlify-mcp.netlify.app/mcp`, and the `netlify` CLI; the API and CLI use bearer tokens, while the MCP server uses self-onboarding OAuth.

discovered 21h ago
MCP servers1
REST · OpenAPI1
CLI1
Credentials
Netlify personal access tokenbearerGet token

In Netlify, open Applications > Personal access tokens, select New access token, name it, optionally allow access to SAML-based team data, choose an expiration, then Generate token and copy it. Use it in API calls as Authorization: Bearer <YOUR_PERSONAL_ACCESS_TOKEN>. For CLI use in CI, save it as NETLIFY_AUTH_TOKEN.

OAuth 2.0oauth2
OAuth 2.0 — self-onboarding

Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.

Netlify CLI authorized access tokenbearer$ netlify login

Acquired by the CLI — running netlify login opens the auth flow and stores the credential.

conventions · 5/8 published

Publish these signals → /publishing