MCP Catalogs
Home

github-chat-mcp vs time

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

github-chat-mcp
by AsyncFuncAI
time
by modelcontextprotocol
Stars★ 86★ 85,748
30d uses
Score4177
Official
Categories
GitHubDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit13 mo agothis month

github-chat-mcp · Summary

An MCP server for analyzing GitHub repositories using the GitHub Chat API.

time · Summary

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

github-chat-mcp · Use cases

  • Codebase analysis for understanding the architecture of large repositories
  • Technical due diligence when evaluating open-source projects
  • Documentation generation by asking questions about repository structure

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

github-chat-mcp · Install

Installation

  1. Install the package using pip:
pip install github-chat-mcp

Or with uv:

uv install github-chat-mcp
  1. Configure Claude Desktop by adding to claude_desktop_config.json:
{
  "mcpServers": {
    "github-chat": {
      "command": "uvx",
      "args": ["github-chat-mcp"]
    }
  }
}
  1. Set your GitHub Chat API key as required.

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.