ms-creator-mcp-server

ms-creator-mcp-server

3.5

The ms-creator-mcp-server is an unofficial MCP server designed for building designs in Makeshop's creator mode.

The ms-creator-mcp-server is a tool designed to assist developers in building and managing designs within Makeshop's creator mode. This server provides a variety of tools to search and retrieve information about MS Creator tags, including categories, subcategories, and detailed tag information. It is built to facilitate the design process by offering a structured way to access and manage tag data. The server is not an official product and is intended for personal research and hobby purposes. It is distributed under the MIT license, and users are advised to use it at their own risk.

Features

  • Provides tools to search and retrieve MS Creator tags by category, subcategory, and keyword.
  • Offers detailed information about specific tags, including descriptions, categories, and examples.
  • Includes functionality to obtain the source URL for specific tags.
  • Supports installation and setup using Docker and Node.js.
  • Distributed under the MIT license for open use.

MCP Tools

  • ms_creator_tag_categories: Retrieves a list of categories for searching MS Creator tags.
  • ms_creator_tag_sub_categories: Retrieves a list of subcategories for a specified category.
  • ms_creator_tag_search_by_category: Retrieves a list of MS Creator tags and descriptions for a specified category.
  • ms_creator_tag_search_by_sub_category: Retrieves a list of MS Creator tags and descriptions for a specified subcategory.
  • ms_creator_tag_search_by_keyword: Searches for MS Creator tags based on a keyword in their descriptions.
  • ms_creator_tag_get_detail: Retrieves detailed information for a specified tag.
  • ms_creator_tag_get_source: Retrieves the source URL for a specified tag.

Usage with Different Platforms

VSCode Copilot Agent


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