Home › Other › atimelogger-mcp

atimelogger-mcp

MCP server exposing the ATimeLogger REST API (activities, reports, types)

JavaScript
★ 16 stars Last pushed 2026-08-20 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.2)

npx -y atimelogger-mcp@0.1.2

Or add to your MCP client config:

{
  "mcpServers": {
    "atimelogger-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "atimelogger-mcp@0.1.2"
      ],
      "env": {
        "ATL_TOKEN": "<YOUR_VALUE>",
        "ATL_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • ATL_TOKEN required secret — ATimeLogger Personal Access Token (atl_pat_...), generated in the web app under Settings -> API Tokens
  • ATL_BASE_URL — Base URL of the ATimeLogger backend (default: https://app.atimelogger.pro)

Related servers

Data from the Official MCP Registry