Loading MCP server directory, please wait...
MCP server for Toggl Track — gives Claude access to your time tracking data
npx @getmcp/cli add io.github.souravpn/toggl-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TOGGL_API_TOKENYour Toggl Track API token. Get it from https://track.toggl.com/profile — scroll to the bottom and click 'Click to reveal'
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.souravpn/toggl-mcp": {
"command": "npx",
"args": [
"-y",
"@souravpn/toggl-mcp"
],
"env": {
"TOGGL_API_TOKEN": ""
}
}
}
}