Connect Slog to ChatGPT, Claude or any other assistant that speaks MCP, and log your hours in plain words. No configuration file, no code, nothing to install.
Once Slog is connected, your assistant can do the things you would otherwise click through in the app. You can simply ask:
Your time entries, projects, clients, teams and working hours are all reachable this way. The assistant reads and writes the same data as the app, with the same permissions: it only ever sees what your own account is allowed to see.
One address, to paste into your assistant:
https://www.slog-app.com/mcp
Your assistant then asks you to sign in to Slog, exactly like any app you would connect to your Google or GitHub account. You approve once, and that is it. You need an active Slog subscription, and nothing else.
Slog then appears in the list of your connectors, and you can start asking Claude to track your time.
Depending on your plan, custom connectors may live in ChatGPT's developer settings. The address to paste stays the same.
MCP is an open standard, so the same address works with any assistant that supports it — Cursor, VS Code, Claude Code, Zed and many others. They all ask for a server URL, sometimes called an MCP server or a remote MCP server, and they all handle the sign-in for you.
If you would rather not use the sign-in flow — in a script, a CI job or a tool that has no browser — you can authenticate with an API token instead. Create one from your account settings and send it as a bearer token to the same endpoint:
{
"mcpServers": {
"slog": {
"url": "https://www.slog-app.com/mcp",
"type": "streamablehttp",
"headers": {
"Authorization": "Bearer YOUR_SLOG_API_TOKEN"
}
}
}
}
A read-only token exposes only the read tools; write access requires a token allowed to write. If you prefer to talk to Slog directly, the API documentation covers the same data over JSON:API.
If something does not connect, or if you are not sure where your assistant hides its connector settings, write to us and we will walk you through it.
You can connect Slog to several assistants at the same time. Ask ChatGPT on your phone, Claude on your laptop, Cursor while you code: they all write to the same timesheet.