ms-creator-mcp-server
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"]
}
}
}
}
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.