Odel
atimelogger mcp

atimelogger mcp

Local
@zaplitny12JavaScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmatimelogger-mcpv0.1.2

Run

npx -y atimelogger-mcp

MCP client config

{
  "mcpServers": {
    "atimelogger-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "atimelogger-mcp"
      ]
    }
  }
}