ms-creator-mcp-server
About
ms-creator-mcp-server is an unofficial MCP server for browsing MakeShop Creator Mode design tags. It provides tools to search tag categories, subcategories, and detailed tag information. It is intended for developers building designs in the MakeShop Creator Mode.
Details
- Author
- Dosugamea
- Downloads
- 202
- Categories
- Other
Jump to
- Retrieve a list of tag categories
- Retrieve subcategories for a given category
- Search tags by category with descriptions
- Search tags by subcategory with descriptions
- Search tags by keyword in descriptions
- Get detailed information and source URLs for a specific tag
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ms-creator-mcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the server by cloning the repository, running the Python doc_dumper.py script, and building the Docker image. Then configure it as a stdio MCP server in your editor (e.g., VSCode) using the provided Docker command. Once set up, the server exposes six tools for querying MS Creator tags.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ms-creator-mcp-server": {
"ms-creator-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ms-creator-mcp-server:1.0.0"
]
}
}
}
}
McpServers
{
"ms-creator-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ms-creator-mcp-server:1.0.0"
]
}
}
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
手順
```
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



