mcpbeat Sign in

Umbraco Cms MCP Dev MCP Server

local only

Umbraco Cms MCP Dev runs on your own machine — the client starts it, so there is no endpoint to ping. 1 428 installs a week from npm. Last commit 11 Sep 2026.

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

Installs per day peak 997 · avg 226 · -0% w/w
a month agotoday
1 428
Installs / week
npm · @umbraco-cms/mcp-dev
39
Stars
10 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/sync-main-to-dev.yml:19
      - name: Open or update a main -> dev sync PR
        env:
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Umbraco Cms MCP Dev every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add Umbraco-CMS-MCP-Dev -- npx -y @umbraco-cms/mcp-dev
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "Umbraco-CMS-MCP-Dev": {
      "args": [
        "-y",
        "@umbraco-cms/mcp-dev"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.Umbraco-CMS-MCP-Dev]
command = "npx"
args = ["-y", "@umbraco-cms/mcp-dev"]
.cursor/mcp.json
{
  "mcpServers": {
    "Umbraco-CMS-MCP-Dev": {
      "args": [
        "-y",
        "@umbraco-cms/mcp-dev"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "Umbraco-CMS-MCP-Dev": {
      "args": [
        "-y",
        "@umbraco-cms/mcp-dev"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: UMBRACO_CLIENT_ID (Umbraco API user client ID), UMBRACO_CLIENT_SECRET (Umbraco API user client secret), UMBRACO_BASE_URL (Base URL of your Umbraco instance), UMBRACO_INCLUDE_TOOL_COLLECTIONS (Comma-separated list of tool collections to include (e.g., document,media,document-type)), UMBRACO_READONLY (Enable readonly mode to disable all write operations (create, update, delete). Only read and query tools remain available.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Umbraco Cms MCP Dev

same job, measured the same way
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

74 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
MCP Sitecore Server
by antonytm

A Model Context Protocol server for Sitecore

484 installs/wk local only
Microsoft NuGet
by microsoft

A Model Context Protocol (MCP) server for NuGet.

local only
MCP Prometheus
by jeanlopezxyz

A Model Context Protocol (MCP) server for Prometheus monitoring

112 installs/wk local only
Procm
by coder-ka

A Model Context Protocol (MCP) server for process management.

75 installs/wk local only
Gitlab MCP Server
by dubuqingfeng

GitLab MCP (Model Context Protocol) server for AI agents

62 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only

Umbraco Cms MCP Dev — questions

Answers built from our own checks of this server.

Why is there no uptime for Umbraco Cms MCP Dev?
Umbraco Cms MCP Dev runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @umbraco-cms/mcp-dev was installed 1 428 times last week.
How do I connect Umbraco Cms MCP Dev?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @umbraco-cms/mcp-dev straight from npm; nothing to host, nothing to sign up for.
How many people use Umbraco Cms MCP Dev?
The npm package @umbraco-cms/mcp-dev was installed 1 428 times in the last week. Week over week that is -0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Umbraco Cms MCP Dev open source?
Yes — it is published under the MIT licence, written in TypeScript, 39 stars on GitHub and 10 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.