MCP.so
登录

ms-creator-mcp-server

@Dosugamea

关于 ms-creator-mcp-server

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

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

Dosugamea

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器