BugPack vs time
Side-by-side comparison to help you pick between these two MCP servers.
BugPack by duhuazhu | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 22 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this month |
BugPack · Summary
BugPack packages bug screenshots into AI-ready fix instructions with an MCP server.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
BugPack · Use cases
- QA teams reporting bugs to developers with screenshots and annotations
- Developers fixing bugs directly through AI coding agents with full bug context
- Project management platforms syncing bug status with BugPack
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
BugPack · Install
Installation
npx bugpack-mcpClaude Desktop Configuration
Add to ~/.claude.json:
{
"mcpServers": {
"bugpack": {
"type": "stdio",
"command": "npx",
"args": ["bugpack-mcp", "--mcp"]
}
}
}VS Code Configuration
Create .vscode/mcp.json:
{
"servers": {
"bugpack": {
"command": "npx",
"args": ["bugpack-mcp", "--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"]
}
}
}