youcanbookme for Zed
io.usefulapi/youcanbookme
Manage YouCanBook.me bookings, booking pages, appointment types, team members and locations.
client:Zed
transport:streamable-http
tools:18
Install youcanbookme in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"youcanbookme": {
"url": "https://youcanbookme.usefulapi.io/mcp"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs
What Zed can do once it is connected
- list_bookings
- get_booking
- list_profiles
- get_profile
- list_team_members
- list_appointment_types
- list_locations
- list_available_accounts
- youcanbookme_request
- create_booking
- update_booking
- cancel_booking
- update_profile
- create_appointment_type
- update_appointment_type
- create_team_member
- update_team_member
- create_location