toggl-mcp-server

Deckyflynn/toggl-mcp-server
★ 0 stars JavaScript AI/LLM Updated today
toggle mcp
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

Gives Claude two-way access to Toggl Track: start/stop timers, log completed entries after the fact, list your time entries, and see your projects. Claude.ai talks to this server over the internet. The server takes what Claude asks for ("log 45 minutes on Centum this morning") and calls Toggl's real API to make it happen.

Tools (1)

TOGGL_API_TOKEN