mcp-workbench vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-workbench by conductor-oss | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2 | ★ 85,748 |
| 30d uses | — | — |
| Score | 34 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 4 mo ago | this month |
mcp-workbench · Summary
A visual debugger and test client for MCP servers with real-time inspection and tool execution capabilities.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-workbench · Use cases
- Debugging MCP servers during development
- Verifying protocol compliance and message flow
- Manually testing server tools and resources
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
mcp-workbench · Install
git clone https://github.com/conductoross/mcp-workbench.git
cd mcp-workbench
npm install
npm run devOpen http://localhost:5173 to access the workbench.
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"]
}
}
}