MCP Catalogs
Home

kwin-mcp vs time

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

kwin-mcp
by isac322
time
by modelcontextprotocol
Stars★ 23★ 85,748
30d uses
Score4377
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

kwin-mcp · Summary

MCP server for KDE Plasma 6 Wayland GUI automation with 30 tools for isolated virtual sessions and live desktop interaction.

time · Summary

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

kwin-mcp · Use cases

  • Automated GUI testing for KDE/Qt/GTK applications in headless isolated sessions
  • AI-driven desktop automation for operating GUI applications autonomously
  • Live desktop collaboration where AI agents can observe and interact with the user's real desktop

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

kwin-mcp · Install

Installation

**Using uv (recommended):**

uv tool install kwin-mcp

**Using pip:**

pip install kwin-mcp

**Claude Desktop Configuration:** Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "kwin-mcp": {
      "command": "uvx",
      "args": ["kwin-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.