webmcp-react vs time
并排对比,帮你在这两个 MCP server 之间做选择。
webmcp-react by MCPCat | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 24 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 43 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具浏览器自动化 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 2 个月前 | 本月 |
webmcp-react · 概述
React hooks,用于将应用功能作为 WebMCP 工具暴露,具有类型安全和 SSR 支持。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
webmcp-react · 使用场景
- 构建具有 AI 交互工具的 React 应用
- 为 AI 代理创建启用了 WebMCP 的 Web 体验
- 开发具有实时工具执行的 AI 驱动应用
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
webmcp-react · 安装
npm install webmcp-react zod对于 Claude Desktop 集成:
{
"mcpServers": {
"webmcp": {
"command": "npx",
"args": ["webmcp-bridge"]
}
}
}time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}