MCPHIVE

Netlify MCP

Local · stdio

Netlify MCP is Netlify's official server for managing sites from an AI agent: creating projects, deploying, configuring extensions, environment variables and forms via natural-language commands. It runs locally via npx (Node.js 22+) over stdio, authorized with a Personal Access Token from a Netlify account. It covers the typical static-site development cycle without the web UI.

Why this server

  • A site's full lifecycle in one flow: project creation, deploy and extension setup
  • Environment variables and forms are configured right from chat, no Netlify web UI needed
  • One Personal Access Token from your Netlify account — no separate app registration
  • Officially maintained by Netlify — updated alongside the platform, not a third-party wrapper

Usage examples

Prompt: Deploy the current project to Netlify as a new site

Result: The agent created a new site and ran the deploy via Netlify MCP, returning the production URL.

Prompt: Add an API_URL environment variable to the my-site project

Result: Netlify MCP set the environment variable for the given site and confirmed it will apply on the next deploy.

Local server

This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.

Reviews

No reviews yet.