0.0
The project is in a healthy, maintained state
A Model Context Protocol (MCP) server that provides tools to interact with Toggl Track time tracking API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 0.8.0
 Project Readme

toggl-track-mcp

An MCP server for Toggl Track.

Installation

gem install toggl_track_mcp

Or add to your Gemfile:

gem "toggl_track_mcp"

Setup

Set your Toggl Track API token as the environment variable TOGGL_API_TOKEN. You can find it at Toggl Track Profile.

TOGGL_TZ is the timezone offset (default: +09:00).

Usage

Example configuration for Claude Desktop:

{
  "mcpServers": {
    "toggl-track": {
      "command": "toggl-track-mcp",
      "env": {
        "TOGGL_API_TOKEN": "your_api_token_here"
      }
    }
  }
}

Tools

Tool Description
get_current_entry Get the currently running time entry
get_today_entries List today's time entries
get_entries_by_date Get time entries for a specific date
get_daily_summary Get a daily summary
get_projects List projects
create_entry Create a time entry
update_entry Update a time entry
stop_entry Stop the running time entry
delete_entry Delete a time entry

License

MIT