MCP Catalogs
Home

mcp-engine-public vs time

Side-by-side comparison to help you pick between these two MCP servers.

mcp-engine-public
by maxanatsko
time
by modelcontextprotocol
Stars★ 237★ 85,748
30d uses
Score4977
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScript
Last committhis monththis month

mcp-engine-public · Summary

MCP server for Power BI model interaction, enabling AI assistants to programmatically query and modify Power BI models.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp-engine-public · Use cases

  • Automating Power BI model modifications through AI natural language commands
  • Running DAX queries to analyze data without leaving the AI conversation
  • Testing and validating model changes before deployment

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

mcp-engine-public · Install

Installation

  1. Download the latest release from [GitHub releases](https://github.com/maxanatsko/mcp-engine-public/releases)
  2. Follow the [installation guide](https://semanticops.dev/getting-started)

Claude Desktop Configuration

Add this to your Claude Desktop configuration:

{
  "mcpServers": {
    "semanticops": {
      "command": "path/to/semanticops-mcp",
      "args": []
    }
  }
}

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.