MCP Catalogs
Homemcp screenshot

mcp

by magicuidesign·185·Score 48

MCP server for Magic UI component registry, enabling developers to browse and search UI components.

developer-toolsai-llmproductivity
32
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

@magicuidesign/mcp is an official Model Context Protocol server that provides access to the Magic UI component registry. It enables developers to search, browse, and retrieve information about UI components through MCP. The server offers three main tools: listing registry items, searching by keywords, and retrieving detailed information about specific components. This integration allows AI assistants to assist with UI development by suggesting and implementing Magic UI components.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Adding UI animations to web projects
you:Implementing complex UI components without manual coding
you:Discovering available Magic UI components through AI assistants
you:What MCP tools does this server provide?
you:Which AI clients are compatible with this MCP server?

When to choose this

Choose this MCP server when you're working with UI components and need to integrate Magic UI elements directly into your development workflow through supported IDEs.

When NOT to choose this

Avoid if you need broader UI component libraries beyond Magic UI, as this server is specialized for a specific component ecosystem.

Tools this server exposes

3 tools extracted from the README
  • listRegistryItems

    Lists Magic UI registry items with optional filters

  • searchRegistryItems

    Searches Magic UI registry items by keyword

  • getRegistryItem

    Returns details for a single registry item

Comparable tools

ui-mcpshadcn-mcpcomponent-mcp

Installation

Installation

Install using the Magic UI CLI:

npx @magicuidesign/cli@latest install <client>

Or manually add to your IDE's MCP config:

{
  "mcpServers": {
    "magicuidesign-mcp": {
      "command": "npx",
      "args": ["-y", "@magicuidesign/mcp@latest"]
    }
  }
}

This server is supported by clients like Cursor, Windsurf, Claude, Cline, and roo-cline.

FAQ

What MCP tools does this server provide?
The server provides three tools: listRegistryItems, searchRegistryItems, and getRegistryItem for browsing, searching, and retrieving details about Magic UI components.
Which AI clients are compatible with this MCP server?
It supports Cursor, Windsurf, Claude, Cline, and roo-clide clients as listed in the README.

Compare mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.