sync day for Claude Desktop
io.github.syncday-app/sync-day
Free no-signup group scheduling; share a link and rank times by who's free.
client:Claude Desktop
transport:streamable-http
tools:8
Install sync day in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sync-day": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://sync.day/mcp/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