time vs Fabric-Analytics-MCP
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | Fabric-Analytics-MCP by santhoshravindran7 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 111 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Cloud StorageMonitoringDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 5 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Fabric-Analytics-MCP · Summary
MCP server enabling AI assistants to securely access and analyze Microsoft Fabric Analytics data through authenticated API calls.
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
Fabric-Analytics-MCP · Use cases
- Automated workspace provisioning and management in Microsoft Fabric
- Real-time monitoring and analysis of Spark applications running on Fabric
- Migration of Azure Synapse Analytics workloads to Microsoft Fabric
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"]
}
}
}Fabric-Analytics-MCP · Install
Installation
- Install the MCP server:
npm install -g mcp-for-microsoft-fabric-analytics- Configure Claude Desktop (add to config.json):
{
"mcpServers": {
"fabric-analytics": {
"command": "node",
"args": ["path/to/index.js"],
"cwd": "path/to/project",
"env": {
"FABRIC_AUTH_METHOD": "bearer_token",
"FABRIC_TOKEN": "your_bearer_token_here",
"FABRIC_WORKSPACE_ID": "your_workspace_id",
"ENABLE_HEALTH_SERVER": "false"
}
}
}
}- Get your bearer token from Power BI Embed Setup (tokens expire after ~1 hour)