time vs powerbi-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | powerbi-mcp by sulaiman013 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 111 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | DatabaseDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 6 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
powerbi-mcp · Summary
An enterprise-grade MCP server for Power BI that enables AI assistants to interact with datasets via natural language queries, supporting both desktop and cloud environments.
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
powerbi-mcp · Use cases
- Natural language data querying for business intelligence analysts
- Automated Power BI model refactoring and maintenance
- Row-level security testing and validation during development
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"]
}
}
}powerbi-mcp · Install
# Install via pip
pip install powerbi-mcp
# Configure Claude Desktop
{
"mcpServers": {
"powerbi": {
"command": "python",
"args": ["-m", "powerbi_mcp"],
"env": {
"POWERBI_MCP_WORKSPACE": "your_workspace_path"
}
}
}
}