GitHub-URL-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
GitHub-URL-MCP by kongyo2 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30d uses | — | — |
| Score | 31 | 77 |
| Official | — | ✓ |
| Categories | GitHubDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 10 mo ago | this month |
GitHub-URL-MCP · Summary
An MCP server that validates and converts GitHub URLs between repository info and properly formatted URLs.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
GitHub-URL-MCP · Use cases
- Help LLMs correctly construct GitHub URLs from repository information
- Parse GitHub URLs to extract owner, repo, and path components
- Verify repository accessibility before attempting to access GitHub 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
GitHub-URL-MCP · Install
npm install
npm run startFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"github-url": {
"command": "npx",
"args": ["@kongyo2/github-url-mcp"]
}
}
}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"]
}
}
}