
21st-dev Magic MCP Server
The 21st-dev Magic MCP Server empowers developers to generate modern, customizable UI components instantly through natural language prompts, integrating seamles...
MasterGo Magic MCP Server connects design workflows to AI: automate, analyze, and generate design assets directly from MasterGo files in your FlowHunt flows with secure and easy setup.
MasterGo Magic MCP is a standalone Model Context Protocol (MCP) service designed to connect MasterGo design tools with AI models. It enables seamless integration by allowing AI models to directly retrieve DSL (Domain-Specific Language) data from MasterGo design files. By bridging the gap between design assets and AI-powered workflows, MasterGo Magic MCP enhances the development and automation of design-related tasks, such as analyzing, transforming, or generating design components. The server runs independently with minimal setup, requiring only a Node.js environment and no external dependencies, making it a streamlined solution for teams aiming to supercharge their design-to-AI pipelines.
No prompt templates are documented in the provided repository.
No explicit MCP resources are described in the available files.
No explicit tools are documented in server.py
or elsewhere in the repository files accessible via the provided link.
--rule
parameter) for automated enforcement of organizational or project-specific standards during the design process.mcpServers
section:{
"mastergo-magic": {
"command": "npx",
"args": ["@mastergo/magic-mcp@latest", "--token", "${MG_MCP_TOKEN}"]
}
}
Note: Secure your API token by placing it in your environment variables:
{
"env": {
"MG_MCP_TOKEN": "<your-token-here>"
}
}
{
"mcpServers": {
"mastergo-magic": {
"command": "npx",
"args": ["@mastergo/magic-mcp@latest", "--token", "${MG_MCP_TOKEN}"]
}
}
}
Note: Store your token in an environment variable (MG_MCP_TOKEN
) for security.
{
"mcpServers": {
"mastergo-magic": {
"command": "npx",
"args": ["@mastergo/magic-mcp@latest", "--token", "${MG_MCP_TOKEN}"]
}
}
}
Note: Use environment variables for sensitive information:
{
"env": {
"MG_MCP_TOKEN": "<your-token-here>"
}
}
{
"mcpServers": {
"mastergo-magic": {
"command": "npx",
"args": ["@mastergo/magic-mcp@latest", "--token", "${MG_MCP_TOKEN}"]
}
}
}
Note: Always configure your token as an environment variable.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"mastergo-magic": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “mastergo-magic” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Description available in README.md |
List of Prompts | ⛔ | No prompt templates found in repository |
List of Resources | ⛔ | No explicit resource definitions found |
List of Tools | ⛔ | No tool definitions in accessible code |
Securing API Keys | ✅ | Environment variable usage described in setup instructions |
Sampling Support (less important in evaluation) | ⛔ | No evidence of sampling support |
Based on the above, MasterGo Magic MCP provides a clear overview and setup instructions, but lacks documentation on resources, prompt templates, and tools, which are crucial for full MCP integration. Sampling and roots support are also not indicated. This limits its score for out-of-the-box MCP ecosystem compatibility.
Has a LICENSE | ⛔ (no LICENSE file detected) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 19 |
Number of Stars | 108 |
MasterGo Magic MCP is a standalone Model Context Protocol service that connects MasterGo design tools with AI models, allowing automated access to design data and enabling AI-driven workflows such as analysis, transformation, and generation of design assets.
Use cases include automated design analysis, AI-assisted design collaboration, AI-powered design generation, and rule-based validation of design files.
Store your API token in an environment variable (MG_MCP_TOKEN) and reference it in your MCP server configuration. This prevents accidental exposure in code or config files.
No external dependencies are required. The server runs independently with just Node.js and your MasterGo API token.
Yes. Add the MCP component in your FlowHunt flow, configure it with your MasterGo Magic MCP details, and your AI agent will have access to design data and capabilities exposed by the server.
Supercharge your design-to-AI pipeline. Connect MasterGo with your AI agents using the MasterGo Magic MCP Server—automate analysis, collaboration, and design generation today.
The 21st-dev Magic MCP Server empowers developers to generate modern, customizable UI components instantly through natural language prompts, integrating seamles...
The Markitdown MCP Server bridges AI assistants with markdown content, enabling automated documentation, content analysis, and markdown file management for enha...
The mcp-k8s-go MCP Server enables AI assistants to interact programmatically with Kubernetes clusters via Model Context Protocol, automating and streamlining De...