Odel
toggl mcp

toggl mcp

Local
@souravpnJavaScriptUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@souravpn/toggl-mcpv1.0.0

Run

npx -y @souravpn/toggl-mcp

MCP client config

{
  "mcpServers": {
    "toggl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@souravpn/toggl-mcp"
      ]
    }
  }
}