Loading MCP server directory, please wait...
A developer focused model context protocol (MCP) server for Umbraco CMS
npx @getmcp/cli add io.github.umbraco/Umbraco-CMS-MCP-DevRequires Node.js 18+. Community-contributed server. Review source before installing.
UMBRACO_CLIENT_IDUmbraco API user client ID
UMBRACO_CLIENT_SECRETUmbraco API user client secret
UMBRACO_BASE_URLBase URL of your Umbraco instance
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.umbraco/Umbraco-CMS-MCP-Dev": {
"command": "npx",
"args": [
"-y",
"@umbraco-cms/mcp-dev"
],
"env": {
"UMBRACO_CLIENT_ID": "",
"UMBRACO_CLIENT_SECRET": "",
"UMBRACO_BASE_URL": "",
"UMBRACO_INCLUDE_TOOL_COLLECTIONS": "",
"UMBRACO_READONLY": ""
}
}
}
}