MCP Catalogs
首页

ultimate_mcp_server vs shadcn-ui-mcp-server

并排对比,帮你在这两个 MCP server 之间做选择。

ultimate_mcp_server
by Dicklesworthstone
shadcn-ui-mcp-server
by Jpisnice
Stars★ 149★ 2,768
30天用量
综合分8558
官方
分类
AI / LLM 工具浏览器自动化本地文件系统
开发者工具AI / LLM 工具效率工具
实现语言PythonTypeScript
最近提交2 个月前本月

ultimate_mcp_server · 概述

一个功能全面的 MCP server,为 AI 提供多种能力:LLM 委托、浏览器自动化、文档处理和认知记忆系统。

shadcn-ui-mcp-server · 概述

MCP 服务器为 AI 助手提供对 shadcn/ui 组件的全面访问,支持 React、Svelte、Vue 和 React Native。

ultimate_mcp_server · 使用场景

  • 使用 OCR 和结构化数据提取进行复杂的文档处理和分析
  • 跨多个网站进行网页自动化和研究,通过浏览器控制
  • 通过模型间的智能任务分配实现成本优化的 AI 工作流

shadcn-ui-mcp-server · 使用场景

  • 使用 shadcn/ui 组件进行跨多框架的 AI 驱动 UI 开发
  • 使用 SSE 传输和 Docker 进行多客户端生产环境部署
  • 跨 React、Svelte、Vue 和 React Native 实现的组件发现和比较

ultimate_mcp_server · 安装

安装

  1. 克隆仓库:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. 安装依赖:
pip install -e .
  1. 对于 Claude Desktop 集成,添加到 claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. 运行服务器:
python -m ultimate_mcp_server

shadcn-ui-mcp-server · 安装

安装

命令行使用

# 基本用法
npx @jpisnice/shadcn-ui-mcp-server

# 使用 GitHub 令牌(推荐)
npx @jpisnice/shadcn-ui-mcp-server --github-api-key ghp_your_token_here

# 框架特定
npx @jpisnice/shadcn-ui-mcp-server --framework svelte
npx @jpisnice/shadcn-ui-mcp-server --framework vue
npx @jpisnice/shadcn-ui-mcp-server --framework react-native

Claude Desktop

从 [Releases](https://github.com/Jpisnice/shadcn-ui-mcp-server/releases) 下载并双击 .mcpb 文件即可立即安装。

手动 Claude Desktop 配置

{
  "mcpServers": {
    "shadcn-ui": {
      "command": "npx",
      "args": ["@jpisnice/shadcn-ui-mcp-server", "--github-api-key", "YOUR_TOKEN"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。