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:
- Open Cursor settings (
Cmd/Ctrl + ,). - Search for MCP in the settings search.
- Add the WhoWorked MCP server:
{
"url": "https://mcp.whoworked.com/mcp"
}- Save and restart Cursor.
- Sign in to WhoWorked when the OAuth prompt appears.
Windsurf
Windsurf supports MCP through its configuration file:
- Open the MCP configuration (usually
~/.windsurf/mcp.jsonor via Windsurf settings). - Add the WhoWorked server entry (same URL as above).
- 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