MCP.so
ログイン

Umbraco

@Matthew-Wise

Umbraco について

An MCP (Model Context Protocol) server for Umbraco CMS

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

Matthew-Wise

投稿者

Matthew-Wise

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "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>"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.)

コメント

「その他」の他のコンテンツ