Netlify MCP Server
Current Spec Verified Confidence: High (0.90)Netlify MCP Server is an MCP server published by Netlify with verified support for the current MCP specification revision (2026-07-28). It is the first-party server from Netlify. Last verified 2026-08-07.
Does Netlify MCP Server support the current MCP specification (2026-07-28)?
Yes. Netlify MCP Server has verified support for MCP revision 2026-07-28, the current stable specification (last verified 2026-08-07).
Is Netlify MCP Server a first-party (official) MCP server?
Yes. Netlify MCP Server is the first-party MCP server published by Netlify (last verified 2026-08-07).
How do I connect to Netlify MCP Server?
Netlify MCP Server is available via the package npm:@netlify/mcp, the source repository at https://github.com/netlify/netlify-mcp. Authentication: api_key. Transports: stdio.
Does Netlify MCP Server support MCP revision 2026-07-28?
Yes. Netlify MCP Server supports MCP revision 2026-07-28 (checked 2026-08-07).
When were Netlify MCP Server's facts last verified?
2026-08-07. Each fact on this page links to the sources used to verify it.
Which MCP concepts apply to Netlify MCP Server?
- Stateless core - The 2026-07-28 revision's redesign of MCP from a bidirectional stateful protocol into a request/response stateless one: the initialize handshake and protocol-level session are removed, every request carries its protocol version, client identity, and capabilities in _meta, and any request can land on any server instance behind a plain load balancer.
The Netlify MCP Server is Netlify's first-party MCP server, published to
npm as @netlify/mcp. Netlify's documentation and the repository README
both document a single delivery path: a local stdio process launched with
npx -y @netlify/mcp, requiring Node.js 22 or later, authenticating
through an existing Netlify CLI session or a
NETLIFY_PERSONAL_ACCESS_TOKEN environment variable.
Netlify's engineering blog post of 2026-07-28, by VP of Applied AI Sean
Roberts, states that the server already supports the 2026-07-28
revision and that it remains compatible with clients
not yet on the latest specification. The post names Claude.ai and Claude
Managed Agents as supported at publication, with Claude Code support
coming soon. A corroborating signal sits in the repository: package.json
pins @modelcontextprotocol/core and @modelcontextprotocol/server at
2.0.0-beta.4, the SDK line carrying the stateless protocol.
Two facts are recorded here as unresolved. The blog post names a remote
endpoint on a netlify.app subdomain, but neither the documentation nor
the README mentions it, so this record carries no remote_url. Netlify
also publishes no server under a com.netlify namespace in the official
MCP Registry; the entries matching "netlify" are community servers that
merely happen to be hosted on Netlify subdomains.
Which MCP spec revisions does Netlify MCP Server support?
Netlify MCP Server has 1 verified spec-support record. Each row lists the revision, the verified status, the evidence URL, and the date that fact was last checked.
| Spec revision | Status | Last checked | Evidence |
|---|---|---|---|
| MCP 2026-07-28 | Supported | Source |
How widely adopted is Netlify MCP Server?
Not ranked in The MCP 500: insufficient public data (coverage floor not met) (snapshot ). The Adoption Index measures public signals only; it says nothing about quality.
How was this verified, and what are the sources?
Verified · method: vendor-announcement
· confidence 0.90 (High).
- Netlify blog post dated 2026-07-28 by Sean Roberts, VP of Applied AI - states "The Netlify MCP server already supports the 2026-07-28 specification" and names Claude.ai and Claude Managed Agents as supported today with Claude Code support coming soon - accessed
- Netlify docs page "Netlify MCP Server" - documents stdio installation via npx -y @netlify/mcp, requires Node.js 22 or later, and names no MCP protocol revision and no remote endpoint - accessed
- netlify/netlify-mcp package.json on the default branch - name @netlify/mcp, version 1.15.1, license ISC, depending on @modelcontextprotocol/core and @modelcontextprotocol/server at 2.0.0-beta.4 - accessed
- Official MCP Registry search for netlify - returns no server published under a com.netlify namespace; the five matches are community servers hosted on app.netlify.* namespaces - accessed