cfbd-mcp-server vs time
并排对比,帮你在这两个 MCP server 之间做选择。
cfbd-mcp-server by lenwood | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 26 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 38 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具sports开发者工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 13 个月前 | 本月 |
cfbd-mcp-server · 概述
CFBD MCP 服务器在 Claude Desktop 中提供大学足球统计数据 API 访问。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
cfbd-mcp-server · 使用场景
- 分析大学球队表现和统计数据
- 获取实时比赛结果和比分
- 从历史比赛数据生成洞察
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
cfbd-mcp-server · 安装
通过 Smithery 安装
通过 [Smithery](https://smithery.ai/server/cfbd) 为 Claude Desktop 自动安装大学足球数据服务器:
npx -y @smithery/cli install cfbd --client claude手动安装
- 克隆此存储库:
git clone https://github.com/yourusername/cfbd-mcp-server
cd cfbd-mcp-server- 创建并激活虚拟环境:
uv venv
source .venv/bin/activate # Windows: .venv\Scripts\activate- 安装依赖项:
uv pip install -e .- 在项目根目录创建
.env文件并添加您的 API 密钥:
CFB_API_KEY=your_api_key_hereClaude Desktop 配置
- 打开 Claude Desktop 配置文件:
- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json - Windows: %APPDATA%\Claude\claude_desktop_config.json
- 添加服务器配置:
{
"mcpServers": {
"cfbd-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/full/path/to/cfbd-mcp-server",
"run",
"cfbd-mcp-server"
],
"env": {
"CFB_API_KEY": "xxx",
"PATH": "/full/path/to/python"
}
}
}
}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"]
}
}
}