Skip to content
Claude Desktop

Umbraco CMS MCP Dev for Claude Desktop

io.github.umbraco/umbraco-cms-mcp-dev

A developer focused model context protocol (MCP) server for Umbraco CMS

client:Claude Desktop transport:stdio runtime:npm

Install Umbraco CMS MCP Dev in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "umbraco-cms-mcp-dev": {
      "command": "npx",
      "args": [
        "-y",
        "@umbraco-cms/mcp-dev"
      ],
      "env": {
        "UMBRACO_CLIENT_ID": "<UMBRACO_CLIENT_ID>",
        "UMBRACO_CLIENT_SECRET": "<UMBRACO_CLIENT_SECRET>",
        "UMBRACO_BASE_URL": "<UMBRACO_BASE_URL>",
        "UMBRACO_INCLUDE_TOOL_COLLECTIONS": "<UMBRACO_INCLUDE_TOOL_COLLECTIONS>",
        "UMBRACO_READONLY": "<UMBRACO_READONLY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Umbraco CMS MCP Dev in other clients