Netlify MCP Server

manage-plugin

Install, uninstall, or update site-specific plugins on the Netlify MCP Server. Manage plugin configurations efficiently using site and plugin IDs for targeted actions.

Instructions

Manage site plugins

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
configNoPlugin configuration
pluginIdYesPlugin ID
siteIdYesSite ID or name

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform", "enum": [ "install", "uninstall", "update" ], "type": "string" }, "config": { "description": "Plugin configuration", "type": "object" }, "pluginId": { "description": "Plugin ID", "type": "string" }, "siteId": { "description": "Site ID or name", "type": "string" } }, "required": [ "siteId", "pluginId", "action" ], "type": "object" }

You must be authenticated.

Other Tools from Netlify MCP Server

Related Tools

ID: rmzusviqom