metabase-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
metabase-mcp by hluaguo | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 64 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 47 | 77 |
| 官方 | — | ✓ |
| 分类 | 数据库AI / LLM 工具开发者工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
metabase-mcp · 概述
Metabase MCP 服务器使 AI 助手能够通过 Metabase API 查询数据库、执行 SQL 和管理仪表板。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
metabase-mcp · 使用场景
- 使用 AI 助手进行自然语言数据库查询
- 自动化报告生成和仪表板管理
- 通过 AI 进行 SQL 查询协助和优化
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
metabase-mcp · 安装
安装
使用 uvx 安装(最简单 - 无需安装)
# 直接运行无需安装(类似于 Python 的 npx)
uvx metabase-mcp
# 使用环境变量
METABASE_URL=https://your-instance.com METABASE_API_KEY=your-key uvx metabase-mcp从 PyPI 安装
# 全局安装
uv tool install metabase-mcp
# 或使用 pip
pip install metabase-mcp
# 然后运行
metabase-mcpClaude Desktop 集成
将以下内容添加到 ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"metabase-mcp": {
"command": "uvx",
"args": ["metabase-mcp"],
"env": {
"METABASE_URL": "https://your-metabase-instance.com",
"METABASE_API_KEY": "your-api-key-here"
}
}
}
}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"]
}
}
}