time vs sourcerer-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | sourcerer-mcp by st3v3nmw | |
|---|---|---|
| Stars | ★ 85,748 | ★ 113 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsSearchAI / LLM Tools |
| Language | TypeScript | Go |
| Last commit | this month | 6 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
sourcerer-mcp · Summary
MCP server for semantic code search that helps AI agents navigate codebases efficiently without token waste.
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
sourcerer-mcp · Use cases
- AI-assisted code navigation and understanding in large codebases
- Efficient code refactoring and modernization by finding similar patterns
- Documentation generation through semantic search of relevant code
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"]
}
}
}sourcerer-mcp · Install
Installation
Go
go install github.com/st3v3nmw/sourcerer-mcp/cmd/sourcerer@latestHomebrew
brew tap st3v3nmw/tap
brew install st3v3nmw/tap/sourcererConfiguration for Claude Code
claude mcp add sourcerer -e OPENAI_API_KEY=your-openai-api-key -e SOURCERER_WORKSPACE_ROOT=$(pwd) -- sourcerermcp.json Configuration
{
"mcpServers": {
"sourcerer": {
"command": "sourcerer",
"env": {
"OPENAI_API_KEY": "your-openai-api-key",
"SOURCERER_WORKSPACE_ROOT": "/path/to/your/project"
}
}
}
}