Cover image

MS クリエイターモード用 MCP サーバー (非公式)

3 years

Works with Finder

0

Github Watches

0

Github Forks

0

Github Stars

ms-creator-mcp-server

MS クリエイターモード デザイン構築用 MCP サーバー (非公式)

提供ツール

  • ms_creator_tag_categories
    • 説明:
      • MS Creator タグを検索するためのカテゴリ一覧を取得します。
    • パラメータ:
      • なし
    • 戻り値:
      • テキスト形式のカテゴリ一覧
  • ms_creator_tag_sub_categories
    • 説明:
      • 指定されたカテゴリ名に属するサブカテゴリの一覧を取得します。
    • パラメータ:
      • categoryName (必須): 検索したいカテゴリ名 (文字列)
    • 戻り値:
      • テキスト形式のサブカテゴリ一覧
  • ms_creator_tag_search_by_category
    • 説明:
      • 指定されたカテゴリ名に属する MS Creator タグの一覧と説明を取得します。
    • パラメータ:
      • categoryName (必須): 検索したいカテゴリ名 (文字列)
    • 戻り値:
      • テキスト形式のタグ情報一覧(タグ名と説明)
  • ms_creator_tag_search_by_sub_category
    • 説明:
      • 指定されたカテゴリ内のサブカテゴリに属する MS Creator タグの一覧と説明を取得します。
    • パラメータ:
      • categoryName (必須): 検索したいカテゴリ名 (文字列)
      • subCategoryName (必須): 検索したいサブカテゴリ名 (文字列)
    • 戻り値:
      • テキスト形式のタグ情報一覧(タグ名と説明)
  • ms_creator_tag_search_by_keyword
    • 説明:
      • タグの説明に含まれるキーワードに基づいて、関連する MS Creator タグを検索します。
    • パラメータ:
      • keyword (必須): 検索キーワード (文字列)
    • 戻り値:
      • テキスト形式のタグ情報一覧(タグ名と説明)
  • ms_creator_tag_get_detail
    • 説明:
      • 指定された正確なタグ名に一致する MS Creator タグの詳細情報(説明、カテゴリ、例など)を取得します。
    • パラメータ:
      • tagName (必須): 検索したい正確なタグ名 (文字列)
    • 戻り値:
      • テキスト形式のタグ詳細情報
  • ms_creator_tag_get_source
    • 説明:
      • 指定された正確なタグ名に一致する MS Creator タグのソース URLを取得します。
    • パラメータ:
      • tagName (必須): 検索したい正確なタグ名 (文字列)
    • 戻り値:
      • テキスト形式のタグのソース URL 情報

インストール

前提条件

  • Node.js 20.x 以上
  • Python 3.10 以上
  • pip

手順

# リポジトリをコピー
git clone
# ドキュメントを作成
cd ms-creator-mcp-server/tools
pip install -r requirements.txt
python doc_dumper.py
# ビルド(Docker)
docker build -t ms-creator-mcp-server:1.0.0 .
# ビルド(Node.js 任意)
npm install
npm run build

エディタへの設定例

VSCode Copilot Agent の場合

{
  "mcp": {
    "servers": {
      "ms-creator-mcp-server": {
        "type": "stdio",
        "command": "docker",
        "args": ["run", "-i", "--rm", "ms-creator-mcp-server:1.0.0"]
      }
    }
  }
}

ライセンス

本ソフトウェアは、MIT ライセンスの下で配布されています。

免責事項

本ソフトウェアは、公式な製品ではなく、個人で MCP サーバーの研究を目的に趣味で作られたものです。内容が正しいことは保証されず、使用に関しては自己責任でお願いします。本ソフトウェアを使用したことによるいかなる損害についても、作者は責任を負いません。

相关推荐

  • av
  • Exécutez sans effort LLM Backends, API, Frontends et Services avec une seule commande.

  • 1Panel-dev
  • 🔥 1Panel fournit une interface Web intuitive et un serveur MCP pour gérer des sites Web, des fichiers, des conteneurs, des bases de données et des LLM sur un serveur Linux.

  • WangRongsheng
  • 🧑‍🚀 全世界最好的 LLM 资料总结 (数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Résumé des meilleures ressources LLM du monde.

  • rulego
  • ⛓️RULEGO est un cadre de moteur de règle d'orchestration des composants de nouvelle génération légère, intégrée, intégrée et de nouvelle génération pour GO.

  • sigoden
  • Créez facilement des outils et des agents LLM à l'aide de fonctions Plain Bash / JavaScript / Python.

  • hkr04
  • SDK C ++ MCP (Protocole de contexte modèle léger)

  • RockChinQ
  • 😎简单易用、🧩丰富生态 - 大模型原生即时通信机器人平台 | 适配 QQ / 微信 (企业微信、个人微信) / 飞书 / 钉钉 / Discord / Telegram / Slack 等平台 | 支持 Chatgpt 、 Deepseek 、 Dify 、 Claude 、 GEMINI 、 XAI 、 PPIO 、 OLLAMA 、 LM Studio 、阿里云百炼、火山方舟、 Siliconflow 、 Qwen 、 Moonshot 、 ChatGlm 、 Sillytraven 、 MCP 等 LLM 的机器人 / Agent | Plateforme de bots de messagerie instantanée basés sur LLM, prend en charge Discord, Telegram, WeChat, Lark, Dingtalk, QQ, Slack

  • dmayboroda
  • Rag de conversation sur site avec des conteneurs configurables

  • modelscope
  • Commencez à construire des applications multi-agents LLM, plus facilement.

  • paulwing
  • Un référentiel de test créé à l'aide du service MCP

    Reviews

    3 (1)
    Avatar
    user_ZPy0xX6v
    2025-04-24

    I have been using the MS-Creator-MCP-Server by Dosugamea for a while now, and it has significantly improved my productivity. The seamless integration and user-friendly interface make it incredibly easy to manage my projects. Highly recommend it to anyone looking for a reliable MCP application!