mcpbeat Sign in

Toggl MCP Server

local only

Toggl MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 27 May 2026.

MCP server for Toggl Track — gives Claude access to your time tracking data

Installs per day peak 10 · avg 4 · +22% w/w
a month agotoday
25
Installs / week
npm · @souravpn/toggl-mcp
0
Stars
0 open issues
27 May 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Toggl MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add toggl-mcp -- npx -y @souravpn/toggl-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "toggl-mcp": {
      "args": [
        "-y",
        "@souravpn/toggl-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.toggl-mcp]
command = "npx"
args = ["-y", "@souravpn/toggl-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "toggl-mcp": {
      "args": [
        "-y",
        "@souravpn/toggl-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "toggl-mcp": {
      "args": [
        "-y",
        "@souravpn/toggl-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TOGGL_API_TOKEN (Your Toggl Track API token. Get it from https://track.toggl.com/profile — scroll to the bottom and click 'Click to reveal'). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Toggl MCP

same job, measured the same way
Whoop MCP
by souravpn

MCP server for WHOOP — gives Claude access to your recovery, sleep, strain, and workout data

35 installs/wk local only
Keeping MCP
by red-square-software

MCP server for the Keeping time-tracking API

31 installs/wk local only
AniList
by yuna0x0

AniList MCP server for accessing AniList API data

161 installs/wk local only
Africa API MCP
by africa-api

MCP server for Africa API — access data on all 54 African countries through Claude

34 installs/wk local only
Nyc Property Intel
by ccedacero

MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence

answering
Mailappmcp
by aernouddekker

MCP server for macOS Mail.app — gives Claude native email access via AppleScript

59 installs/wk local only
Bring Your AI
by bringyour

No-data MCP handoff for local Claude Code to Codex harness moves. $49 lifetime.

7 tools answering
Expenselm MCP Server
by clarenceh

An MCP server that provides access to your expense data on ExpenseLM.

78 installs/wk local only

Toggl MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Toggl MCP?
Toggl MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @souravpn/toggl-mcp was installed 25 times last week.
How do I connect Toggl MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @souravpn/toggl-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Toggl MCP?
The npm package @souravpn/toggl-mcp was installed 25 times in the last week. Week over week that is +22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Toggl MCP open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.