← Back to Plugins
MCP Server MCP

io.github.souravpn/toggl-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @souravpn/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@souravpn/toggl-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Toggl Track API token. Get it from https://track.toggl.com/profile — scroll to the bottom and click 'Click to reveal'",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TOGGL_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...