tesseron vs time
并排对比,帮你在这两个 MCP server 之间做选择。
tesseron by BrainBlend-AI | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 17 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 43 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
tesseron · 概述
Tesseron 是一个 TypeScript SDK,通过 WebSocket 将类型化的 Web 应用程序操作暴露给兼容 MCP 的 AI 代理。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
tesseron · 使用场景
- 让 AI 代理直接与实时 Web 应用程序和桌面应用交互
- 为 AI 提供类型化接口,在生产力工具中执行复杂操作
- 在 AI 助手和现有应用程序之间创建无需 API 密钥的无缝集成
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
tesseron · 安装
对于 Claude Code
/plugin marketplace add BrainBlend-AI/tesseron
/plugin install tesseron@tesseron对于 Claude Desktop
添加到您的配置中:
{
"mcpServers": {
"tesseron": { "command": "npx", "args": ["-y", "@tesseron/mcp@2.9.0"] },
"tesseron-docs": { "command": "npx", "args": ["-y", "@tesseron/docs-mcp@2.9.0"] }
}
}在您的应用中
npm install @tesseron/web
# 或 @tesseron/server, @tesseron/react 等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"]
}
}
}