Overlap — find a time a group is free (when2meet/Doodle alternative) for Claude Desktop
dev.workers.notdown-app.overlap/group-scheduling-when2meet
Free no-login group availability poll; reads back the best meeting time for a group.
client:Claude Desktop
transport:streamable-http
tools:2
Install Overlap — find a time a group is free (when2meet/Doodle alternative) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"group-scheduling-when2meet": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://overlap.notdown-app.workers.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs