toggl-mcp
Rank #55,173io.github.souravpn/toggl-mcp
MCP server for Toggl Track — gives Claude access to your time tracking data
toggl-mcp is a Model Context Protocol (MCP) server published by souravpn. It ranks #55,173 of 115,460 servers tracked on MCP Toplist. toggl-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 27, 2026 and most recently updated on May 27, 2026.
Ranks ahead of 60,287 of 115,460 servers on MCP Toplist.
Use toggl-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add toggl-mcp -e "TOGGL_API_TOKEN=<your TOGGL_API_TOKEN>" -- npx -y @souravpn/toggl-mcpReplace each placeholder with your own value before saving.
[mcp_servers.toggl-mcp]
command = "npx"
args = ["-y", "@souravpn/toggl-mcp"]
[mcp_servers.toggl-mcp.env]
TOGGL_API_TOKEN = "<your TOGGL_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"toggl-mcp": {
"command": "npx",
"args": [
"-y",
"@souravpn/toggl-mcp"
],
"env": {
"TOGGL_API_TOKEN": "<your TOGGL_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"toggl-mcp": {
"command": "npx",
"args": [
"-y",
"@souravpn/toggl-mcp"
],
"env": {
"TOGGL_API_TOKEN": "<your TOGGL_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"toggl-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@souravpn/toggl-mcp"
],
"env": {
"TOGGL_API_TOKEN": "<your TOGGL_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"toggl-mcp": {
"command": "npx",
"args": [
"-y",
"@souravpn/toggl-mcp"
],
"env": {
"TOGGL_API_TOKEN": "<your TOGGL_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"toggl-mcp": {
"command": "npx",
"args": [
"-y",
"@souravpn/toggl-mcp"
],
"env": {
"TOGGL_API_TOKEN": "<your TOGGL_API_TOKEN>"
}
}
}
}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.souravpn%2Ftoggl-mcp)<a href="https://mcptoplist.com/server/io.github.souravpn%2Ftoggl-mcp"><img src="https://mcptoplist.com/badge/io.github.souravpn%2Ftoggl-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
souravpn
Other servers by souravpn
View all souravpn servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | May 27, 2026 |
Frequently asked questions
- Who maintains toggl-mcp?
- toggl-mcp is maintained by souravpn, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is toggl-mcp listed on the Official MCP Registry?
- Yes — toggl-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does toggl-mcp have?
- MCP Toplist tracks 1 version of toggl-mcp, most recently published on May 27, 2026.
- Where can I find the source code for toggl-mcp?
- The source code for toggl-mcp is hosted at github.com/souravpn/toggl-mcp.