Skip to content
VS Code

Overlap — find a time a group is free (when2meet/Doodle alternative) for VS Code

dev.workers.notdown-app.overlap/group-scheduling-when2meet

Free no-login group availability poll; reads back the best meeting time for a group.

client:VS Code transport:streamable-http tools:2

Install Overlap — find a time a group is free (when2meet/Doodle alternative) in VS Code

.vscode/mcp.json

{
  "servers": {
    "group-scheduling-when2meet": {
      "type": "http",
      "url": "https://overlap.notdown-app.workers.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Overlap — find a time a group is free (when2meet/Doodle alternative) in other clients