microsoft_fabric_mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
microsoft_fabric_mcp by Augustab | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 25 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 41 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具数据库 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 8 个月前 | 本月 |
microsoft_fabric_mcp · 概述
MCP 服务器通过 REST API 提供 Microsoft Fabric 资源的只读访问,包含 25 个工具。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
microsoft_fabric_mcp · 使用场景
- 数据分析师通过自然语言查询探索 Microsoft Fabric 工作区和表架构
- 工程师监控作业实例并识别复杂数据管道中的依赖关系
- BI 开发人员通过理解 Bronze 和 Silver lakehouse 中的架构来创建笔记本
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
microsoft_fabric_mcp · 安装
安装
- 安装 UV 和 Azure CLI:
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"- 设置 Azure CLI 身份验证:
az login
az account set --subscription "您的订阅-ID"- 在设置中配置 MCP:
**Cursor MCP 设置:**
"mcp_fabric": {
"command": "uvx",
"args": ["microsoft-fabric-mcp"]
}**Claude Desktop config.json:**
"mcpServers": {
"fabric": {
"command": "uvx",
"args": ["microsoft-fabric-mcp"]
}
}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"]
}
}
}