MCP server intelligence profile

Magic UI MCP Server

ModelContextProtocol server for Magic UI that allows AI assistants to easily implement UI components for web applications by providing code for components like marquees, animations, special effects, and interactive backgrounds

Local Onlymagicuidesign
Awaiting current scanNpm · 2.0.0

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @magicuidesign/mcp from npm

Version 2.0.0 declares 1 executable entrypoint.

npm install --save-exact @magicuidesign/mcp@2.0.0
npx -y -p @magicuidesign/mcp@2.0.0 mcp
MCP client configuration example
{
  "mcpServers": {
    "@magicuidesign/mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@magicuidesign/mcp@2.0.0",
        "mcp"
      ]
    }
  }
}

Identity

Canonical slugmagic-ui-mcp-server-934087b7DeploymentLocal Only
Canonical packagenpm:@magicuidesign/mcpRepositorymagicuidesign/mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@magicuidesign/mcp2.0.07Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@magicuidesign/mcp2.0.0CurrentSep 5, 20263 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
Magic UI MCPServer-reported name
1Capability groups
Aug 14, 2026Observed

Tools 3

ToolCategoryAnnotationsRisk
getRegistryItemGets detailed information for a single Magic UI registry item.
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Exact registry item name, for example marquee."
    },
    "includeSource": {
      "type": "boolean",
      "description": "Include the item's source code content."
    },
    "includeExamples": {
      "type": "boolean",
      "description": "Include related example code when the item is a component."
    },
    "includeRelated": {
      "type": "boolean",
      "description": "Include related registry items such as examples or dependencies."
    }
  },
  "required": [
    "name"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
listRegistryItemsLists Magic UI registry items with optional filtering by kind, query, and limit.
Input schema
{
  "type": "object",
  "properties": {
    "kind": {
      "type": "string",
      "description": "Optional kind filter such as component, example, style, or a raw registry type like registry:ui."
    },
    "query": {
      "type": "string",
      "description": "Optional text filter applied to names, titles, descriptions, and registry types."
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 150,
      "description": "Maximum number of items to return. Defaults to 25."
    },
    "offset": {
      "type": "integer",
      "minimum": 0,
      "description": "Pagination offset for exhaustive registry browsing. Defaults to 0."
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
searchRegistryItemsSearches Magic UI registry items by keyword or use case.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "minLength": 1,
      "description": "Search query matched against names, titles, descriptions, and registry types."
    },
    "kind": {
      "type": "string",
      "description": "Optional kind filter such as component, example, or style."
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 150,
      "description": "Maximum number of results to return. Defaults to 25."
    },
    "offset": {
      "type": "integer",
      "minimum": 0,
      "description": "Pagination offset for stepping through ranked search results. Defaults to 0."
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Magic UI MCP Server questions

How do I install Magic UI MCP Server?

Install the selected package version with: npm install --save-exact @magicuidesign/mcp@2.0.0

What tools does Magic UI MCP Server provide?

Magic UI MCP Server exposed 3 tools during independent protocol observation, including getRegistryItem, listRegistryItems, searchRegistryItems.

Is Magic UI MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.