MCP Catalogs
Home

CoWork-OS vs time

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

CoWork-OS
by CoWork-OS
time
by modelcontextprotocol
Stars★ 305★ 85,748
30d uses
Score5077
Official
Categories
ProductivityDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

CoWork-OS · Summary

CoWork OS is a local-first personal agentic OS that integrates 44 MCP connectors for comprehensive productivity, coding, and knowledge work.

time · Summary

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

CoWork-OS · Use cases

  • Integrating MCP connectors to connect enterprise CRM, support and productivity tools into a unified workspace
  • Using MCP-enabled browser automation for web testing, screenshot-based analysis and remote task execution
  • Deploying MCP connectors for file system operations, cloud storage access, and knowledge graph integration

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

CoWork-OS · Install

CoWork OS can be installed via npm for macOS and Windows:

npm install -g cowork-os
cowork-os

For MCP integration, add the following to your Claude Desktop configuration:

{
  "mcpServers": {
    "cowork-os": {
      "command": "node",
      "args": ["path/to/cowork-os/mcp-server.js"]
    }
  }
}

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.