wassette vs time
并排对比,帮你在这两个 MCP server 之间做选择。
wassette by microsoft | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 888 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 52 | 77 |
| 官方 | — | ✓ |
| 分类 | 安全开发者工具AI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Rust | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
wassette · 概述
Wassette 是一个面向安全性的运行时,通过 MCP 为 AI 代理扩展 WebAssembly 组件。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
wassette · 使用场景
- 在安全沙箱环境中扩展 AI 代理的自定义工具
- 在 AI 应用中运行 WebAssembly 组件作为 MCP 工具
- 为 AI 系统创建可重用的、注重安全的工具
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
wassette · 安装
安装
**快速开始(Linux/macOS):**
curl -fsSL https://raw.githubusercontent.com/microsoft/wassette/main/install.sh | bash**其他平台:** 请参阅[安装指南](https://microsoft.github.io/wassette/latest/installation.html)了解 Windows、Homebrew、Nix、Docker 等平台的安装方法。
配置
安装后,将 Wassette 注册到您的 MCP 客户端中。例如,在 Claude Desktop 中:
{
"mcpServers": {
"wassette": {
"command": "wassette",
"args": []
}
}
}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"]
}
}
}