scrumboy vs time
Side-by-side comparison to help you pick between these two MCP servers.
scrumboy by markrai | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 241 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | ProductivityDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | this month | this month |
scrumboy · Summary
Scrumboy is a self-hosted Kanban project management tool with MCP support for AI agents.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
scrumboy · Use cases
- AI agents creating and managing project tasks through MCP
- Automated project status reporting for CI/CD pipelines
- Voice-controlled task management via integrated voice commands
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
scrumboy · Install
Install Scrumboy
- **Docker (Recommended)**
``bash docker compose up --build ``
- **From source**
``bash go run ./cmd/scrumboy ``
- **MCP Configuration for Claude Desktop**
Add to your Claude Desktop config.json: ``json { "mcpServers": { "scrumboy": { "command": "curl", "args": ["-X", "POST", "http://localhost:8080/mcp/rpc"], "env": { "SCRUMBOY_TOKEN": "your_token_here" } } } } ` Generate your token via: `bash curl -b cookies.txt -X POST http://localhost:8080/api/me/tokens \ -H "Content-Type: application/json" \ -H "X-Scrumboy: 1" \ -d '{"name":"cli"}' ``
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"]
}
}
}