microsoft_fabric_mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
microsoft_fabric_mcp by Augustab | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 25 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsDatabase | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 8 mo ago | this month |
microsoft_fabric_mcp · Summary
MCP server providing read-only access to Microsoft Fabric resources via its REST API with 25 tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
microsoft_fabric_mcp · Use cases
- Data analysts exploring Microsoft Fabric workspaces and table schemas through natural language queries
- Engineers monitoring job instances and identifying dependencies in complex data pipelines
- BI developers creating notebooks by understanding schemas across Bronze and Silver lakehouses
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
microsoft_fabric_mcp · Install
Installation
- Install UV and 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"- Set up Azure CLI authentication:
az login
az account set --subscription "Your-Subscription-ID"- Configure MCP in your settings:
**Cursor MCP settings:**
"mcp_fabric": {
"command": "uvx",
"args": ["microsoft-fabric-mcp"]
}**Claude Desktop config.json:**
"mcpServers": {
"fabric": {
"command": "uvx",
"args": ["microsoft-fabric-mcp"]
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}