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 | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | GitHubDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 13 mo ago | this 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
- Install the package using pip:
pip install github-chat-mcpOr with uv:
uv install github-chat-mcp- Configure Claude Desktop by adding to
claude_desktop_config.json:
{
"mcpServers": {
"github-chat": {
"command": "uvx",
"args": ["github-chat-mcp"]
}
}
}- 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"]
}
}
}