TaskTime Pro for Cursor
pro.tasktime/agent-bridge
First-party local TaskTime Pro tools for tasks, timers, expenses, invoices, reports, and planning.
client:Cursor
transport:stdio
runtime:npm
Install TaskTime Pro in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tasktimepro/agent-bridge"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs