Atimelogger MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 20 Aug 2026.
MCP server exposing the ATimeLogger REST API (activities, reports, types)
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const strays = Object.keys(process.env).filter((k) => k.startsWith("ATL_") && !KNOWN_ENV.has(k));
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add atimelogger-mcp -- npx -y atimelogger-mcp
{
"mcpServers": {
"atimelogger-mcp": {
"args": [
"-y",
"atimelogger-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.atimelogger-mcp]
command = "npx"
args = ["-y", "atimelogger-mcp"]
{
"mcpServers": {
"atimelogger-mcp": {
"args": [
"-y",
"atimelogger-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"atimelogger-mcp": {
"args": [
"-y",
"atimelogger-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ATL_TOKEN (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)).
The author declared them in the registry entry; get the values from the project itself.
MCP server exposing Actual Budget accounts, transactions, budgets and reporting to LLM assistants.
MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.
MCP server for the Google AdMob API — apps, ad units, mediation, and revenue reports
MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.
MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime
Edit SSRS reports using AI - simple tools to read and modify RDL files
HPE GreenLake reporting MCP Server
MCP server for editing Power BI Report Builder paginated reports (RDL)
Answers built from our own checks of this server.