MCP Catalogs
Home

PerformanceStudio vs time

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

PerformanceStudio
by erikdarlingdata
time
by modelcontextprotocol
Stars★ 184★ 85,748
30d uses
Score5077
Official
Categories
DatabaseDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageC#TypeScript
Last committhis monththis month

PerformanceStudio · Summary

A cross-platform SQL Server execution plan analyzer with built-in MCP server for AI-assisted analysis.

time · Summary

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

PerformanceStudio · Use cases

  • DBAs analyzing SQL Server performance issues with AI assistance
  • Developers optimizing queries by examining execution plans visually
  • DevOps teams comparing execution plans before and after optimization

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

PerformanceStudio · Install

Installation

  1. Download pre-built binaries from the [Releases](https://github.com/erikdarlingdata/PerformanceStudio/releases/latest) page for your platform
  2. Extract the zip file
  3. Run the application

For building from source:

git clone https://github.com/erikdarlingdata/PerformanceStudio.git
cd PerformanceStudio
dotnet build

MCP Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "performance-studio": {
      "command": "dotnet",
      "args": ["run", "--project", "src/PlanViewer.Cli", "--", "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.