MCP.so
Sign In

ms-creator-mcp-server

@Dosugamea

About ms-creator-mcp-server

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

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

Dosugamea

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is ms-creator-mcp-server?

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.

How to use ms-creator-mcp-server?

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.

Key features of ms-creator-mcp-server

  • 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

Use cases of ms-creator-mcp-server

  • Finding the correct tag category for a design element
  • Looking up available tags for a specific subcategory
  • Searching for tags by keyword to match design requirements
  • Retrieving the official source URL for a tag reference

FAQ from ms-creator-mcp-server

What runtime dependencies are required?

Node.js 20.x or higher, Python 3.10 or higher, and pip are required.

Is this an official MakeShop product?

No, this is an unofficial tool created for personal research and hobby purposes.

What license does this server use?

The software is distributed under the MIT License.

How do I run the server in an editor like VSCode?

Add the provided JSON configuration to your editor’s MCP settings, using the Docker image command as shown in the README.

Is the tag data guaranteed to be accurate?

No, the correctness of the data is not guaranteed. Use the server at your own risk.

Comments

More Other MCP servers