Umbraco CMS MCP

v1.0.0Business Applicationsstable

Provides AI agents with access to Umbraco CMS Management API for managing documents, media, content types, templates, users, and other back office operations with user permission-based access control.

mcpmcp-serverumbracoumbraco-cms
Share:
58
Stars
0
Downloads
0
Weekly
0/5

What is Umbraco CMS MCP?

Umbraco CMS MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides ai agents with access to umbraco cms management api for managing documents, media, content types, templates, users, and other back office operations with user permission-based access control.

Provides AI agents with access to Umbraco CMS Management API for managing documents, media, content types, templates, users, and other back office operations with user permission-based access control.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Provides AI agents with access to Umbraco CMS Management API

Use Cases

Manage Umbraco CMS content and media via AI.
Perform back office operations with permission controls.
Automate content management workflows.
Matthew-Wise

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedApr 1, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx umbraco-cms-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Umbraco CMS MCP

The Umbraco CMS MCP Server gives AI assistants authenticated access to the Umbraco Management API, exposing over 200 tools for managing documents, media, content types, templates, languages, users, data types, and server configuration. It uses Umbraco's OAuth2 client credentials flow so access is controlled by the permissions granted to the configured API user. Teams use it to automate content publishing workflows, bulk-create structured content, and manage back-office operations through natural language without logging into the Umbraco back office.

Prerequisites

  • A running Umbraco 13 or later installation with the Management API enabled
  • An Umbraco API user with a client ID and client secret configured in the back office
  • The base URL of your Umbraco site (scheme + domain only, e.g. https://example.com)
  • Node.js 18 or later (to run the npx package)
  • An MCP-compatible client such as Claude Desktop or Claude Code
1

Create an API user in Umbraco

Log into the Umbraco back office, navigate to Users, and create an API user. Generate a client ID and client secret and note them down. Assign the appropriate permissions for the operations you want the AI to perform.

2

Open your MCP client configuration file

For Claude Desktop this is claude_desktop_config.json. For Claude Code use the claude mcp add command or edit settings.json directly.

3

Add the Umbraco MCP server block

Provide your UMBRACO_CLIENT_ID, UMBRACO_CLIENT_SECRET, and UMBRACO_BASE_URL. Set NODE_TLS_REJECT_UNAUTHORIZED to 0 only for local development with self-signed certificates.

{
  "mcpServers": {
    "umbraco-mcp": {
      "command": "npx",
      "args": ["@umbraco-mcp/umbraco-mcp-cms@alpha"],
      "env": {
        "UMBRACO_CLIENT_ID": "your-api-user-client-id",
        "UMBRACO_CLIENT_SECRET": "your-api-user-client-secret",
        "UMBRACO_BASE_URL": "https://your-umbraco-site.com"
      }
    }
  }
}
4

Restart your MCP client

Quit and reopen Claude Desktop (or reload your MCP client) to start the Umbraco MCP server. npx will download the package on first run.

5

Optionally restrict available tools

The server exposes 200+ tools by default. Use EXCLUDE_MANAGEMENT_TOOLS to disable tool categories you do not need, reducing the context footprint.

"EXCLUDE_MANAGEMENT_TOOLS": "log-viewer,server-status"
6

Verify the connection

Ask your AI assistant to list existing documents or get server status. A successful response confirms OAuth2 authentication is working.

Umbraco CMS MCP Examples

Client configuration

Complete claude_desktop_config.json entry for Umbraco CMS MCP targeting a local development instance.

{
  "mcpServers": {
    "umbraco-mcp": {
      "command": "npx",
      "args": ["@umbraco-mcp/umbraco-mcp-cms@alpha"],
      "env": {
        "NODE_TLS_REJECT_UNAUTHORIZED": "0",
        "UMBRACO_CLIENT_ID": "your-api-user-client-id",
        "UMBRACO_CLIENT_SECRET": "your-api-user-client-secret",
        "UMBRACO_BASE_URL": "https://localhost:44391"
      }
    }
  }
}

Prompts to try

Example requests exercising document management, media, templates, and user tools.

- "List all published documents under the Home node"
- "Create a new blog post with title 'Hello World' using the Blog Post document type"
- "Publish the document with ID abc123"
- "Upload the image at /tmp/hero.jpg to the Images media folder"
- "List all content types and their property aliases"
- "Create a new language for French (fr-FR) with the display name Français"
- "Show me the server status and check if any upgrades are available"

Troubleshooting Umbraco CMS MCP

401 Unauthorized when the server tries to authenticate

Confirm your UMBRACO_CLIENT_ID and UMBRACO_CLIENT_SECRET are correct and that the API user account is active in the Umbraco back office. Also verify UMBRACO_BASE_URL uses only the scheme and domain without a trailing slash or path.

SSL certificate error when connecting to localhost

For local Umbraco development sites using self-signed certificates, add NODE_TLS_REJECT_UNAUTHORIZED=0 to the env block in your MCP config. Do not use this setting against production sites.

Too many tools visible in the AI context

Use the EXCLUDE_MANAGEMENT_TOOLS environment variable with a comma-separated list of tool name patterns to disable the categories you do not use (e.g. 'log-viewer,webhooks'). This reduces token usage and speeds up tool selection.

Frequently Asked Questions about Umbraco CMS MCP

What is Umbraco CMS MCP?

Umbraco CMS MCP is a Model Context Protocol (MCP) server that provides ai agents with access to umbraco cms management api for managing documents, media, content types, templates, users, and other back office operations with user permission-based access control. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Umbraco CMS MCP?

Follow the installation instructions on the Umbraco CMS MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Umbraco CMS MCP?

Umbraco CMS MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Umbraco CMS MCP free to use?

Yes, Umbraco CMS MCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Umbraco CMS MCP Alternatives — Similar Business Applications Servers

Looking for alternatives to Umbraco CMS MCP? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "umbraco-cms-mcp-server": { "command": "npx", "args": ["-y", "umbraco-cms-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Umbraco CMS MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides