Toggl 2.0 runs on your own machine — the client starts it, so there is no endpoint to ping. 590 installs a week from npm.
Toggl 2.0 MCP server for tasks, projects, time entries, and workspace operations.
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 toggl-mcp -- npx -y @togglhq/mcp
{
"mcpServers": {
"toggl-mcp": {
"args": [
"-y",
"@togglhq/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.toggl-mcp]
command = "npx"
args = ["-y", "@togglhq/mcp"]
{
"mcpServers": {
"toggl-mcp": {
"args": [
"-y",
"@togglhq/mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"toggl-mcp": {
"args": [
"-y",
"@togglhq/mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.