MCP Catalogs
Home

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
Score4677
Official
Categories
ProductivityAI / LLM ToolsMonitoring
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis 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:**

  1. Clone the repository
  2. npm install
  3. npm 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.