MCP Catalogs
Home

Corbell vs time

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

Corbell
by Corbell-AI
time
by modelcontextprotocol
Stars★ 208★ 85,748
30d uses
Score5077
Official
Categories
Knowledge GraphDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit1 mo agothis month

Corbell · Summary

MCP server providing architecture graph intelligence, code search, and spec generation tools for backend teams.

time · Summary

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

Corbell · Use cases

  • Discover cross-service dependencies and call paths before implementing features
  • Generate architecture specifications that respect established patterns
  • Automatically decompose specs into Linear/Jira tasks with full context

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

Corbell · Install

Install Corbell via pip:

pip install corbell
# With LLM support:
pip install "corbell[anthropic]"    # Claude
# Or for MCP:
corbell mcp serve

For Claude Desktop integration:

{
  "mcpServers": {
    "corbell": {
      "command": "corbell",
      "args": ["mcp", "serve"]
    }
  }
}

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.