toggl mcp for Cursor
io.github.souravpn/toggl-mcp
MCP server for Toggl Track — gives Claude access to your time tracking data
client:Cursor
transport:stdio
runtime:npm
Install toggl mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"toggl-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@souravpn/toggl-mcp"
],
"env": {
"TOGGL_API_TOKEN": "<TOGGL_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs