Skip to content
Cursor

time tracker ai mcp for Cursor

io.github.csoai-org/time-tracker-ai-mcp

Time Tracker Ai tools for AI agents. Capabilities: start timer, stop timer, get report. Built by

client:Cursor transport:stdio runtime:pypi

Install time tracker ai mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "time-tracker-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "time-tracker-ai-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

time tracker ai mcp in other clients