TaskTime Pro for VS Code
pro.tasktime/agent-bridge
First-party local TaskTime Pro tools for tasks, timers, expenses, invoices, reports, and planning.
client:VS Code
transport:stdio
runtime:npm
Install TaskTime Pro in VS Code
.vscode/mcp.json
{
"servers": {
"agent-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tasktimepro/agent-bridge"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs