CLOUD OPERATIONS / Netlify
Netlify MCP
Connect an agent to Netlify project, deployment and environment-variable operations through the hosted server.
“Netlify offers an MCP server, which you can connect to through a connector, plugin, or your agent.”
01 / THE REASONING
Why this made the selection.
- The recommended remote endpoint avoids maintaining a separate local server package.
- OAuth gives compatible clients access to Netlify project and deployment workflows.
02 / THE REVIEW RECORD
What we actually inspected.
Source review has boundaries.
A clear record is more useful than a “safe” badge.
Material inspected
- Current Netlify agent setup guide and the publisher’s context-and-tools README MCP section.
Our findings
- Netlify recommends the hosted HTTP endpoint; local @netlify/mcp is a separate setup option.
- The publisher documents OAuth and project/deploy/environment tools. Hosted implementation language and redistribution terms are not established by the skills repository.
Not established by this review
- Server launch, authenticated tool calls, and release-to-source parity were not tested.
The review applies to the material and revision named here. A newer upstream release can change its behavior.
03 / PUT IT TO WORK
Connect a server deliberately.
DOCUMENTED COMMAND
npx -y add-mcp https://netlify-mcp.netlify.app/mcp Copying does not execute this command. It may retrieve a newer version than the reviewed source.
- Run the documented add-mcp command and select your intended client.
- Complete Netlify OAuth when the client first connects.
- Check the active team/project and review changes to deployments or environment variables.
Before you start
- An MCP client supported by the setup flow.
- Node.js/npx for the shown configuration helper and a Netlify account for account operations.
04 / FOLLOW THE EVIDENCE
The source trail.
Our notes are separate from the original resource.
Check upstream before adopting a new version.
https://docs.netlify.com/build/build-with-ai/agent-setup-guides/agent-setup-overview/
Supports: summary, upstreamDescription, whySelected, bestFor, limitations, install, access, compatibility, transports, review
https://raw.githubusercontent.com/netlify/context-and-tools/main/README.md
Supports: summary, whySelected, access, review, limitations, transports