opencode-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
opencode-mcp by AlaeddineMessadi | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 39 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
opencode-mcp · Summary
MCP server that integrates OpenCode AI's 79 tools with MCP clients for autonomous coding tasks.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
opencode-mcp · Use cases
- Delegate complex coding tasks like building REST APIs or refactoring modules to OpenCode while the primary AI continues working
- Run background coding tasks in parallel with other work using fire-and-forget tools
- Automate code reviews and debugging sessions with guided workflow prompts
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
opencode-mcp · Install
Installation
Prerequisite: [OpenCode](https://opencode.ai/) must be installed.
**Claude Code:**
claude mcp add opencode -- npx -y opencode-mcp**Claude Desktop / Cursor / Windsurf:** Add to your MCP config:
{
"mcpServers": {
"opencode": {
"command": "npx",
"args": ["-y", "opencode-mcp"]
}
}
}**VS Code Copilot / Zed / Amazon Q:** See [Configuration](docs/configuration.md) for client-specific setup.
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"]
}
}
}