LogoSTMCP
Download
Magic MCP

Magic MCP

This project provides a Magic MCP server for seamless frontend development with AI-powered component generation. Magic MCP is a tool that integrates with editors like VS Code, Cursor, Windsurf, and Cline to help developers generate, edit, and manage React components using AI. It supports easy setup, customizable output, and works directly with your existing codebase. The project is open source, currently in beta, and encourages community contributions and feedback. All features are free during the beta period, and it aims to streamline frontend workflows by providing instant access to a library of reusable components.

Tools

1. CreateUiTool

Description: Use this tool when the user requests a new UI component—e.g., mentions /ui, /21 /21st, or asks for a button, input, dialog, table, form, banner, card, or other React component

2. RefineUiTool

Description: Use this tool when the user requests to re-design/refine/improve current UI component with /ui or /21 commands, or when context is about improving, or refining UI for a React component or molecule (NOT for big pages)

3. FetchUiTool

Description: Use this tool when the user wants to see component, get inspiration, or /21st fetch data and previews from 21st.dev. This tool returns the JSON data of matching components without generating new code

4. LogoSearchTool

Description: Search and return logos in specified format (JSX, TSX, SVG). Supports single and multiple logo searches with category filtering. When user types "/logo" command or asks to add a company logo that's not in the local project

JSON Config

{
  "mcpServers": {
    "@21st-dev/magic": {
      "command": "npx",
      "args": ["-y", "@21st-dev/magic@latest", "API_KEY=\"your-api-key\""]
    }
  }
}

Information