MCP Catalogs
Home

tda vs time

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

tda
by irockel
time
by modelcontextprotocol
Stars★ 542★ 85,748
30d uses
Score5377
Official
Categories
Developer ToolsMonitoringAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaTypeScript
Last committhis monththis month

tda · Summary

TDA is a Java thread dump analyzer with MCP server capabilities for AI-powered diagnostics.

time · Summary

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

tda · Use cases

  • AI-assisted debugging of production Java applications using thread dumps
  • Automated analysis of Java performance issues and deadlock detection
  • Integration with development workflows for real-time monitoring

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

tda · Install

Installation

  1. Download the standalone JAR from the [Releases](https://github.com/irockel/tda/releases) page
  1. Run TDA as MCP server:
java -Djava.awt.headless=true -jar tda.jar --mcp

Claude Desktop Integration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "tda": {
      "command": "java",
      "args": ["-Djava.awt.headless=true", "-jar", "/path/to/tda.jar", "--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.