MCP Catalogs
Home

time vs crash-mcp

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

time
by modelcontextprotocol
crash-mcp
by nikkoxgonzales
Stars★ 85,748★ 69
30d uses
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month5 mo ago

time · Summary

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

crash-mcp · Summary

CRASH is an MCP server for structured reasoning with step validation, branching, and confidence tracking.

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

crash-mcp · Use cases

  • Complex multi-step problem solving in software development
  • System design with multiple architectural considerations
  • Debugging requiring systematic investigation
  • Code analysis and optimization
  • Tasks requiring tracking of confidence levels

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"]
    }
  }
}

crash-mcp · Install

npm install crash-mcp

Or use directly with npx:

npx crash-mcp

Quick Setup

Most MCP clients use this JSON configuration:

{
  "mcpServers": {
    "crash": {
      "command": "npx",
      "args": ["-y", "crash-mcp"]
    }
  }
}

Configuration by Client

| Client | Setup Method | |--------|-------------| | **Claude Code** | claude mcp add crash -- npx -y crash-mcp | | **Cursor** | Add to ~/.cursor/mcp.json | | **VS Code** | Add to settings JSON under mcp.servers | | **Claude Desktop** | Add to claude_desktop_config.json | | **Windsurf** | Add to MCP config file | | **JetBrains** | Settings > Tools > AI Assistant > MCP | | **Others** | Use standard MCP JSON config above |

Comparison generated from public README + GitHub signals. Last updated automatically.