Loading MCP server directory, please wait...
MCP server exposing the ATimeLogger REST API (activities, reports, types)
npx @getmcp/cli add io.github.zaplitny/atimelogger-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ATL_TOKENATimeLogger Personal Access Token (atl_pat_...), generated in the web app under Settings -> API Tokens
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zaplitny/atimelogger-mcp": {
"command": "npx",
"args": [
"-y",
"atimelogger-mcp"
],
"env": {
"ATL_TOKEN": "",
"ATL_BASE_URL": ""
}
}
}
}