MCP Catalogs
Home

time vs CoexistAI

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

time
by modelcontextprotocol
CoexistAI
by SPThole
Stars★ 85,748★ 481
30d uses
Score7751
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsSearch
LanguageTypeScriptJupyter Notebook
Last committhis month2 mo ago

time · Summary

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

CoexistAI · Summary

Modular research assistant framework with MCP server integration for web search, YouTube, Reddit, mapping, and GitHub exploration.

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

CoexistAI · Use cases

  • Academic research with automated literature review
  • Content creation from multiple web sources
  • Code analysis for developers
  • Market research via social media platforms
  • Location-based information gathering

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

CoexistAI · Install

Installation

**Method 1: Docker (Recommended)** Follow instructions in [README.docker.md](README.docker.md) for containerized setup.

**Method 2: Local Setup**

  1. Clone the repository: git clone https://github.com/SPThole/CoexistAI.git coexistai && cd coexistai
  2. Configure model settings in config/model_config.json
  3. Run setup script:

- macOS/Linux zsh: zsh quick_setup.sh - Linux bash: bash quick_setup.sh

**MCP Configuration for Claude Desktop** Add to Claude Desktop config.json:

{
  "mcpServers": {
    "coexistai": {
      "command": "python",
      "args": ["-m", "coexistai.app"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.