everything vs shadcnspace-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
everything by modelcontextprotocol | shadcnspace-mcp by shadcnspace | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1 |
| 30天用量 | — | — |
| 综合分 | 77 | 37 |
| 官方 | ✓ | — |
| 分类 | 开发者工具AI / LLM 工具其它 | 开发者工具AI / LLM 工具效率工具 |
| 实现语言 | TypeScript | JavaScript |
| 最近提交 | 本月 | 1 个月前 |
everything · 概述
官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。
shadcnspace-mcp · 概述
MCP服务器,可直接在AI驱动的IDE中发现和安装ShadcnSpace UI组件。
everything · 使用场景
- 测试 MCP 客户端实现是否支持所有协议功能
- 通过参考服务器学习 MCP 协议能力
- 验证客户端对不同传输方式的兼容性
shadcnspace-mcp · 使用场景
- 在IDE中发现和浏览ShadcnSpace中可用的UI组件
- 在不离开开发环境的情况下为特定UI块生成安装命令
- 使用关键词或标签搜索UI组件,快速找到相关块
everything · 安装
NPX(推荐)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}Windows 用户请使用 cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}全局安装
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingshadcnspace-mcp · 安装
安装
**自动安装:**
npx shadcnspace-cli install <客户端>**手动安装:** 添加到您的IDE的MCP配置中:
{
"mcpServers": {
"shadcnspace-mcp": {
"command": "npx",
"args": ["-y", "shadcnspace-mcp@latest"]
}
}
}**支持的客户端:** Cursor、Windsurf、Claude、Cline、Antigravity