Skip to content
Grok

Umbraco CMS MCP Dev for Grok

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

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

client:Grok transport:stdio runtime:npm

Install Umbraco CMS MCP Dev in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "umbraco-cms-mcp-dev": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Umbraco CMS MCP Dev in other clients