Toggl 2.0 for Cline
io.github.toggl/toggl-mcp
Toggl 2.0 MCP server for tasks, projects, time entries, and workspace operations.
client:Cline
transport:stdio
runtime:npm
Install Toggl 2.0 in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"toggl-mcp": {
"command": "npx",
"args": [
"-y",
"@togglhq/mcp"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs