Skip to content
VS Code

Whenly — group meeting scheduler for AI agents for VS Code

dev.workers.notdown-app.whenly/group-meeting-scheduler

Find a time a group can meet: no-login availability poll that picks the best meeting slot.

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

Install Whenly — group meeting scheduler for AI agents in VS Code

.vscode/mcp.json

{
  "servers": {
    "group-meeting-scheduler": {
      "type": "http",
      "url": "https://whenly.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

Whenly — group meeting scheduler for AI agents in other clients