Umbraco-CMS

GitHub

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Umbraco-CMS": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Umbraco-CMS"
      ]
    }
  }
}