AgentHubAgentHub

Magic UI

MCP ServerMCP Hub 中国

io.mcp-cn.21st-dev/magic · vlatest

多功能AI辅助工具的MCP服务器

概览

Magic UI 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

AI辅助多功能工具开发辅助

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "magic": {
      "command": "npx",
      "args": [
        "-y",
        "@21st-dev/magic"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.21st-dev/magic",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "Magic UI",
  "description": "多功能AI辅助工具的MCP服务器",
  "author": {
    "name": "serafim@21st.dev"
  },
  "iconUrl": "https://avatars.githubusercontent.com/u/199367026?v=4",
  "repository": {
    "url": "https://github.com/21st-dev/magic-mcp",
    "source": "github"
  },
  "homepage": "https://mcp-cn.com/server/73",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@21st-dev/magic",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:33775",
    "AI辅助",
    "多功能工具",
    "开发辅助"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "@21st-dev/magic",
    "originalUrl": "https://mcp-cn.com/server/73",
    "isOfficial": false,
    "status": "active"
  }
}
Magic UI — MCP Server 安装与配置 · AgentHub