MCP Catalogs
Home

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
Score4177
Official
Categories
Developer ToolsAI / LLM ToolsDatabase
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit8 mo agothis 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

  1. 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"
  1. Set up Azure CLI authentication:
az login
az account set --subscription "Your-Subscription-ID"
  1. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.