Umbraco-CMS-MCP-Dev
About
A developer focused model context protocol (MCP) server for Umbraco CMS
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
UMBRACO_CLIENT_ID UMBRACO_CLIENT_SECRET UMBRACO_BASE_URL UMBRACO_INCLUDE_TOOL_COLLECTIONS UMBRACO_READONLYClaude Code
claude mcp add --env UMBRACO_CLIENT_ID= --env UMBRACO_CLIENT_SECRET= --env UMBRACO_BASE_URL= --env UMBRACO_INCLUDE_TOOL_COLLECTIONS= --env UMBRACO_READONLY= umbraco-cms-mcp-dev -- npx @umbraco-cms/mcp-dev
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"umbraco-cms-mcp-dev","command":"npx","args":["@umbraco-cms/mcp-dev"],"env":{"UMBRACO_CLIENT_ID":"","UMBRACO_CLIENT_SECRET":"","UMBRACO_BASE_URL":"","UMBRACO_INCLUDE_TOOL_COLLECTIONS":"","UMBRACO_READONLY":""}}'
JSON
{
"mcpServers": {
"umbraco-cms-mcp-dev": {
"command": "npx",
"args": [
"@umbraco-cms/mcp-dev"
],
"env": {
"UMBRACO_CLIENT_ID": "",
"UMBRACO_CLIENT_SECRET": "",
"UMBRACO_BASE_URL": "",
"UMBRACO_INCLUDE_TOOL_COLLECTIONS": "",
"UMBRACO_READONLY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.