Submit

Umbraco

@Matthew-Wise

An MCP (Model Context Protocol) server for Umbraco CMS Providing access to key parts of your websites backoffice.

Tools

Server Config

{
  "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>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.