ms-creator-mcp-server
The ms-creator-mcp-server is an unofficial MCP server designed for building designs in Makeshop's creator mode.
ms-creator-mcp-server
makeshop クリエイターモード デザイン構築用 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 サーバーの研究を目的に趣味で作られたものです。内容が正しいことは保証されず、使用に関しては自己責任でお願いします。本ソフトウェアを使用したことによるいかなる損害についても、作者は責任を負いません。
Related MCP Servers
View all developer_tools servers →Sequential Thinking🏅
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by avoiding outdated or hallucinated information.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
repomix
by yamadashy
Repomix is a tool that packages your entire codebase into a single, AI-friendly file, making it easier to use with AI tools like LLMs.
Sequential Thinking MCP Server
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.