Umbraco Cms MCP Dev runs on your own machine — the client starts it, so there is no endpoint to ping. 1 066 installs a week from npm. Last commit 27 Jul 2026.
A developer focused model context protocol (MCP) server for Umbraco CMS
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.
claude mcp add Umbraco-CMS-MCP-Dev -- npx -y @umbraco-cms/mcp-dev
{
"mcpServers": {
"Umbraco-CMS-MCP-Dev": {
"args": [
"-y",
"@umbraco-cms/mcp-dev"
],
"command": "npx"
}
}
}
[mcp_servers.Umbraco-CMS-MCP-Dev]
command = "npx"
args = ["-y", "@umbraco-cms/mcp-dev"]
{
"mcpServers": {
"Umbraco-CMS-MCP-Dev": {
"args": [
"-y",
"@umbraco-cms/mcp-dev"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"Umbraco-CMS-MCP-Dev": {
"args": [
"-y",
"@umbraco-cms/mcp-dev"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.