MCP Catalogs
首页

shadcnspace-mcp

by shadcnspace·1·综合分 37

MCP服务器,可直接在AI驱动的IDE中发现和安装ShadcnSpace UI组件。

developer-toolsai-llmproductivity
1
Forks
0
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

这个MCP服务器通过模型上下文协议(MCP)实现了ShadcnSpace UI组件与开发环境的无缝集成。它提供了列表、搜索和安装UI组件的工具,直接从ShadcnSpace获取,无需手动复制粘贴。该服务器支持多种AI IDE客户端,包括Cursor、Windsurf、Claude、Cline和Antigravity。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:在IDE中发现和浏览ShadcnSpace中可用的UI组件
:在不离开开发环境的情况下为特定UI块生成安装命令
:使用关键词或标签搜索UI组件,快速找到相关块
:通过这个MCP服务器可以访问哪些ShadcnSpace UI块?
:哪些AI IDE客户端支持此MCP服务器?

什么时候选它

当你使用 ShadcnSpace 组件进行 UI 开发,并希望 AI 能直接在 IDE 中帮助发现和集成块时,应选择此工具。

什么时候不要选它

如果你不使用 ShadcnSpace 组件,或你的 IDE 不支持 MCP 集成,则不适合使用此工具。

此 server 暴露的工具

从 README 抽取出 5 个工具
  • listBlocks

    Provides a comprehensive list of all shadcnspace blocks.

  • listComponents

    Provides a comprehensive list of all shadcnspace components.

  • getBlockInstall

    Returns the official installation command for a specific Shadcn Space block.

  • searchBlocks

    Search Shadcn Space blocks using keywords or tags.

  • listInstalledBlocks

    Lists all blocks that are currently installed in the project and get their files.

可对比工具

ui-mcpcomponent-mcpdesign-system-integration

安装

安装

**自动安装:**

npx shadcnspace-cli install <客户端>

**手动安装:** 添加到您的IDE的MCP配置中:

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

**支持的客户端:** Cursor、Windsurf、Claude、Cline、Antigravity

FAQ

通过这个MCP服务器可以访问哪些ShadcnSpace UI块?
您可以访问ShadcnSpace中的所有可用块和组件,包括各种UI组件,如手风琴、英雄区、功能网格等。服务器提供了列出、搜索和获取任何块的安装详情的工具。
哪些AI IDE客户端支持此MCP服务器?
目前支持的客户端包括Cursor、Windsurf、Claude、Cline和Antigravity。该服务器设计为可与任何支持MCP协议的IDE一起工作。

shadcnspace-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。