MCP Catalogs
Home

teamcity-mcp vs time

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

teamcity-mcp
by Daghis
time
by modelcontextprotocol
Stars★ 25★ 85,748
30d uses
Score4677
Official
Categories
Developer ToolsOps & InfraAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

teamcity-mcp · Summary

MCP server for JetBrains TeamCity that provides 87 tools to control builds, tests, agents and configurations from AI coding assistants.

time · Summary

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

teamcity-mcp · Use cases

  • Trigger and monitor builds directly from AI coding assistants
  • Create and manage build configurations programmatically
  • Analyze test failures and build logs without leaving the development environment

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

teamcity-mcp · Install

Quick Installation

# Using npx with environment variables
TEAMCITY_URL="https://teamcity.example.com" \
TEAMCITY_TOKEN="<your_token>" \
MCP_MODE=dev \
npx -y @daghis/teamcity-mcp

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "teamcity": {
      "command": "npx",
      "args": [
        "-y",
        "@daghis/teamcity-mcp",
        "--url",
        "https://teamcity.example.com",
        "--token",
        "tc_<your_token>"
      ]
    }
  }
}

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.