time vs Gitingest-MCP
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | Gitingest-MCP by puravparab | |
|---|---|---|
| Stars | ★ 85,748 | ★ 137 |
| 30d uses | — | — |
| Score | 77 | 42 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | GitHubDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 14 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Gitingest-MCP · Summary
MCP server for extracting GitHub repository summaries, structure, and content.
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
Gitingest-MCP · Use cases
- Quickly analyze unknown GitHub repositories before contributing
- Generate comprehensive documentation for existing projects
- Extract and summarize codebase structure for onboarding
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"]
}
}
}Gitingest-MCP · Install
Installation
Via Smithery
npx -y @smithery/cli@latest install @puravparab/gitingest-mcp --client claude --config "{}" # ClaudeVia GitHub
Add to your MCP client config:
{
"mcpServers": {
"gitingest-mcp": {
"command": "<path to uv>/uvx",
"args": [
"--from",
"git+https://github.com/puravparab/gitingest-mcp",
"gitingest-mcp"
]
}
}
}