Serversio.github.umbraco/Umbraco-CMS-MCP-Dev
D

io.github.umbraco/Umbraco-CMS-MCP-Dev

io.github.umbraco/Umbraco-CMS-MCP-Dev · v17.3.6
▦ npm
v17.3.6npm npm: @umbraco-cms/mcp-dev↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.umbraco/Umbraco-CMS-MCP-Dev",
  "description": "A developer focused model context protocol (MCP) server for Umbraco CMS",
  "repository": {
    "url": "https://github.com/umbraco/Umbraco-CMS-MCP-Dev",
    "source": "github"
  },
  "version": "17.3.6",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@umbraco-cms/mcp-dev",
      "version": "17.3.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Umbraco API user client ID",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "UMBRACO_CLIENT_ID"
        },
        {
          "description": "Umbraco API user client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "UMBRACO_CLIENT_SECRET"
        },
        {
          "description": "Base URL of your Umbraco instance",
          "isRequired": true,
          "format": "string",
          "name": "UMBRACO_BASE_URL"
        },
        {
          "description": "Comma-separated list of tool collections to include (e.g., document,media,document-type)",
          "format": "string",
          "name": "UMBRACO_INCLUDE_TOOL_COLLECTIONS"
        },
        {
          "description": "Enable readonly mode to disable all write operations (create, update, delete). Only read and query tools remain available.",
          "format": "boolean",
          "name": "UMBRACO_READONLY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}