goku vs time
Side-by-side comparison to help you pick between these two MCP servers.
goku by jcaromiq | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 145 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsMonitoringOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | this month | this month |
goku · Summary
Goku is a Rust-based HTTP load testing tool with MCP server integration for automated benchmarking.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
goku · Use cases
- Automated performance testing integrated into CI/CD pipelines
- LLM-driven load testing where an AI agent can execute and analyze benchmark tests
- Comparing performance before and after code changes using the compare subcommand
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
goku · Install
Installation
Automatic download
curl -sSL https://raw.githubusercontent.com/jcaromiq/goku/v3.0.0/scripts/install.sh | shUsing Cargo
cargo install goku-bench
goku --versionMCP Server Installation
cargo install goku-mcpClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"goku": {
"command": "goku-mcp",
"args": []
}
}
}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"]
}
}
}