Skip to content
Cursor

Umbraco CMS MCP Dev for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install Umbraco CMS MCP Dev in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Umbraco CMS MCP Dev in other clients