MCP.so
Sign In

Umbraco

@Matthew-Wise

About Umbraco

An MCP (Model Context Protocol) server for Umbraco CMS

Basic information

Category

Other

Transports

stdio

Publisher

Matthew-Wise

Submitted by

Matthew-Wise

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "umbraco-mcp": {
      "command": "npx",
      "args": [
        "@umbraco-mcp/umbraco-mcp-cms@alpha"
      ],
      "env": {
        "UMBRACO_CLIENT_ID": "<API user name>",
        "UMBRACO_CLIENT_SECRET": "<API client secert>",
        "UMBRACO_BASE_URL": "https://<domain>",
        "EXCLUDE_MANAGEMENT_TOOLS": "<toolname>,<toolname>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Umbraco?

An MCP (Model Context Protocol) server for Umbraco CMS. It connects AI agents to the Umbraco Management API, enabling them to perform back office tasks using an authenticated Umbraco API user. The tools available to the AI are controlled by normal Umbraco user permissions.

How to use Umbraco?

Configure an Umbraco API user with appropriate permissions, then run the server so it can authenticate against the Management API. Specific installation or configuration commands are not detailed in the README.

Key features of Umbraco

  • Provides access to key parts of the Umbraco Management API.
  • Allows AI agents to perform back office tasks.
  • Uses standard Umbraco user permissions for access control.
  • Designed for integration with MCP‑compatible clients.
  • Enables automation of common CMS operations via natural language.

Use cases of Umbraco

  • Automatically create or edit content nodes via an AI assistant.
  • Manage media, document types, and user roles through conversational commands.
  • Perform routine administrative tasks like publishing or unpublishing pages without manual UI navigation.

FAQ from Umbraco

(Note: The README does not contain any FAQ content. The above structure is retained per the skeleton, but every question is replaced with an em dash because no FAQs are present.)

Comments

More Other MCP servers