WhoWorked

Cursor & Windsurf

Connect Cursor, Windsurf, and other IDE-based AI tools to WhoWorked.

IDE-based AI tools that support MCP can connect to WhoWorked the same way as Claude Desktop — via the hosted MCP server with OAuth authentication.

Cursor

Cursor supports MCP servers through its settings:

  1. Open Cursor settings (Cmd/Ctrl + ,).
  2. Search for MCP in the settings search.
  3. Add the WhoWorked MCP server:
{
  "url": "https://mcp.whoworked.com/mcp"
}
  1. Save and restart Cursor.
  2. Sign in to WhoWorked when the OAuth prompt appears.

Windsurf

Windsurf supports MCP through its configuration file:

  1. Open the MCP configuration (usually ~/.windsurf/mcp.json or via Windsurf settings).
  2. Add the WhoWorked server entry (same URL as above).
  3. Restart Windsurf and complete the OAuth sign-in.

Claude Code (CLI)

If you use Claude Code in the terminal, add the MCP server to your project's .mcp.json or global Claude settings:

{
  "mcpServers": {
    "whoworked": {
      "url": "https://mcp.whoworked.com/mcp"
    }
  }
}

What to expect

Once connected, your AI coding assistant can:

  • Start a timer when you begin a task
  • Stop the timer when you're done
  • Log a work session summary with token usage
  • Look up project details for context

On this page