Toggl 2.0 for Cursor
io.github.toggl/toggl-mcp
Toggl 2.0 MCP server for tasks, projects, time entries, and workspace operations.
client:Cursor
transport:stdio
runtime:npm
Install Toggl 2.0 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"toggl-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@togglhq/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs