youcanbookme for VS Code
io.usefulapi/youcanbookme
Manage YouCanBook.me bookings, booking pages, appointment types, team members and locations.
client:VS Code
transport:streamable-http
tools:18
Install youcanbookme in VS Code
.vscode/mcp.json
{
"servers": {
"youcanbookme": {
"type": "http",
"url": "https://youcanbookme.usefulapi.io/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
- 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