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 | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | DatabaseDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | this month | this 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
- Download pre-built binaries from the [Releases](https://github.com/erikdarlingdata/PerformanceStudio/releases/latest) page for your platform
- Extract the zip file
- Run the application
For building from source:
git clone https://github.com/erikdarlingdata/PerformanceStudio.git
cd PerformanceStudio
dotnet buildMCP 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"]
}
}
}