ClickHouse's observability MCP server — investigate logs, traces and metrics with semantic tools rather than raw SQL, hosted or self-hosted.
NetlifyMCP Server
Summary
Netlify's official MCP server, wrapping the Netlify API and CLI so agents can create projects, deploy, manage secrets, extensions and access controls.
Features
- Create, manage and deploy Netlify projects from a prompt
- Create and manage environment variables and secrets
- Modify project access controls
- Install and uninstall Netlify extensions
- Enable and manage form submissions
- Fetch user and team information
- Backed by both the Netlify API and the Netlify CLI
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Netlify's official MCP server gives a coding agent the ability to actually ship — not just write the site, but create the project, deploy it, and manage what happens after. It bridges to both the Netlify API and the Netlify CLI, so the surface an agent gets is close to what a developer has at the terminal.
What agents can do with it
Create, manage, and deploy Netlify projects. Modify access controls to tighten a project's security. Install and uninstall Netlify extensions. Fetch user and team information. Enable and manage form submissions. Create and manage environment variables and secrets.
That last pair matters more than it sounds: the gap between a working local build and a working deploy is usually an environment variable, and an agent that can read the deploy failure but not set the variable stops one step short of useful.
Compatible clients
Netlify lists Windsurf, Cursor, Claude, Copilot in VS Code, Cline, Warp, and LM Studio among supported clients, with one-click install deeplinks published for several of them. Configuration is the standard npx -y @netlify/mcp stdio form, so anything MCP-capable works.
Requirements
Node.js 22 or later and a Netlify account. Installing the Netlify CLI globally (npm install -g netlify-cli) is recommended for the best experience, since a number of the server's capabilities are CLI-backed. Published as @netlify/mcp on npm under the ISC licence.
Related MCP Servers
Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.
Turso's hosted MCP server — manage Turso Cloud databases, branch them point-in-time and run SQL from a coding agent, authorised over OAuth with no API token to paste.
Google's official Firebase MCP server — 70+ tools across Firestore, Auth, Crashlytics, Cloud Functions, Storage, Messaging and Remote Config, shipped inside the Firebase CLI.
