MCP Catalogs
Home

time vs taiga-ui-mcp

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

time
by modelcontextprotocol
taiga-ui-mcp
by taiga-family
Stars★ 85,748★ 13
30d uses
Score7742
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

taiga-ui-mcp · Summary

MCP server providing Taiga UI documentation, component examples, and migration guides for Angular development.

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

taiga-ui-mcp · Use cases

  • AI assistant generating Angular code using Taiga UI components
  • Documentation search and code example retrieval during development
  • Migration assistance when updating Taiga UI versions

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

taiga-ui-mcp · Install

Installation

Install the Taiga UI MCP server using npm:

npm install -g @taiga-ui/mcp
Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "taiga-ui": {
      "command": "npx",
      "args": [
        "@taiga-ui/mcp@latest",
        "--source-url=https://taiga-ui.dev/llms-full.txt"
      ]
    }
  }
}
VS Code/Cursor/Windsurf Configuration

Add to your settings:

{
  "mcpServers": {
    "taiga-ui": {
      "command": "npx",
      "args": [
        "@taiga-ui/mcp@latest",
        "--source-url=https://taiga-ui.dev/llms-full.txt"
      ]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.