/ Annuaire / Playground / Netlify MCP
● Officiel Netlify ⚡ Instantané

Netlify MCP

par Netlify · netlify/netlify-mcp

Netlify’s official MCP server — create projects, deploy, manage env vars in natural language.

Netlify’s official MCP server — create projects, deploy, manage env vars in natural language.

Démo en direct

Aperçu en pratique

netlify-mcp.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "netlify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@netlify/mcp"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "netlify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@netlify/mcp"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "netlify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@netlify/mcp"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "netlify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@netlify/mcp"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "netlify-mcp",
      "command": "npx",
      "args": [
        "-y",
        "@netlify/mcp"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "netlify-mcp": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "@netlify/mcp"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add netlify-mcp -- npx -y @netlify/mcp

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Netlify MCP

Get started with Netlify MCP

Quand l'utiliser : When you want to bring Netlify MCP into your Claude workflow.

Déroulement
  1. Install the server in your MCP client of choice.
  2. Authenticate if required.
  3. Ask Claude to use its tools.

Résultat : Claude can interact with Netlify MCP directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills