ATimeLogger MCP Server
Rank #19,681io.github.zaplitny/atimelogger-mcp
MCP server exposing the ATimeLogger REST API (activities, reports, types)
ATimeLogger MCP Server is a Model Context Protocol (MCP) server published by zaplitny. It ranks #19,681 of 132,046 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. ATimeLogger MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 13, 2026 and most recently updated on Jul 22, 2026.
Ranks ahead of 112,365 of 132,046 servers on MCP Toplist.
Use ATimeLogger MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add atimelogger-mcp -e "ATL_TOKEN=<your ATL_TOKEN>" -e "ATL_BASE_URL=<your ATL_BASE_URL>" -- npx -y atimelogger-mcpReplace each placeholder with your own value before saving.
[mcp_servers.atimelogger-mcp]
command = "npx"
args = ["-y", "atimelogger-mcp"]
[mcp_servers.atimelogger-mcp.env]
ATL_TOKEN = "<your ATL_TOKEN>"
ATL_BASE_URL = "<your ATL_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atimelogger-mcp": {
"command": "npx",
"args": [
"-y",
"atimelogger-mcp"
],
"env": {
"ATL_TOKEN": "<your ATL_TOKEN>",
"ATL_BASE_URL": "<your ATL_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atimelogger-mcp": {
"command": "npx",
"args": [
"-y",
"atimelogger-mcp"
],
"env": {
"ATL_TOKEN": "<your ATL_TOKEN>",
"ATL_BASE_URL": "<your ATL_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"atimelogger-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"atimelogger-mcp"
],
"env": {
"ATL_TOKEN": "<your ATL_TOKEN>",
"ATL_BASE_URL": "<your ATL_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atimelogger-mcp": {
"command": "npx",
"args": [
"-y",
"atimelogger-mcp"
],
"env": {
"ATL_TOKEN": "<your ATL_TOKEN>",
"ATL_BASE_URL": "<your ATL_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atimelogger-mcp": {
"command": "npx",
"args": [
"-y",
"atimelogger-mcp"
],
"env": {
"ATL_TOKEN": "<your ATL_TOKEN>",
"ATL_BASE_URL": "<your ATL_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.zaplitny%2Fatimelogger-mcp)<a href="https://mcptoplist.com/server/io.github.zaplitny%2Fatimelogger-mcp"><img src="https://mcptoplist.com/badge/io.github.zaplitny%2Fatimelogger-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
zaplitny
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Jul 22, 2026 |
| 0.1.0 | Jul 21, 2026 |
Frequently asked questions
- Who maintains ATimeLogger MCP Server?
- ATimeLogger MCP Server is maintained by zaplitny, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is ATimeLogger MCP Server listed on the Official MCP Registry?
- Yes — ATimeLogger MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does ATimeLogger MCP Server have?
- MCP Toplist tracks 2 versions of ATimeLogger MCP Server, most recently published on Jul 22, 2026.
- Where can I find the source code for ATimeLogger MCP Server?
- The source code for ATimeLogger MCP Server is hosted at github.com/zaplitny/atimelogger-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.