activitywatch-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
activitywatch-mcp-server by 8bitgentleman | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 65 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | ProductivityAI / LLM ToolsMonitoring | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
activitywatch-mcp-server · Summary
MCP server for ActivityWatch time tracking data, allowing LLMs to query and interact with time tracking information.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
activitywatch-mcp-server · Use cases
- Productivity analysis: Query time tracking data to understand how time is spent across different applications and activities
- Personal insights: Ask questions about time usage patterns and get detailed reports from ActivityWatch through an AI interface
- Automated reporting: Create custom reports by running complex AQL queries through MCP to extract specific time tracking metrics
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
activitywatch-mcp-server · Install
Installation
**From npm (coming soon):**
npm install -g activitywatch-mcp-server**Building from source:**
- Clone the repository
npm installnpm run build
Configuration
Add to Claude Desktop config:
{
"mcpServers": {
"activitywatch": {
"command": "activitywatch-mcp-server",
"args": []
}
}
}If built from source:
{
"mcpServers": {
"activitywatch": {
"command": "node",
"args": ["/path/to/activitywatch-mcp-server/dist/index.js"]
}
}
}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"]
}
}
}