erickwendel-contributions-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
erickwendel-contributions-mcp by ErickWendel | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 232 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 48 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具其它 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 4 个月前 | 本月 |
erickwendel-contributions-mcp · 概述
一个 TypeScript MCP 服务器,提供查询 Erick Wendel 在不同平台上贡献的工具,具有完整的 MCP 功能。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
erickwendel-contributions-mcp · 使用场景
- 按年份、语言或地点查询技术演讲
- 查找有关特定主题(如 WebXR)的博客文章
- 访问内容统计并生成活动摘要
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
erickwendel-contributions-mcp · 安装
在 Claude Desktop 中快速开始
将此配置添加到 ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"erickwendel-contributions": {
"command": "npx",
"args": ["-y", "@erickwendel/contributions-mcp"]
}
}
}本地开发
- 克隆存储库并安装依赖:
git clone https://github.com/ErickWendel/erickwendel-contributions-mcp.git
cd erickwendel-contributions-mcp
npm ci- 添加此配置用于本地开发:
{
"mcpServers": {
"erickwendel-contributions": {
"command": "node",
"args": ["--experimental-strip-types", "ABSOLUTE_PATH_TO_PROJECT/src/index.ts"]
}
}
}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"]
}
}
}