This connects to OpenTable through browser automation to handle restaurant reservations programmatically. You get search_restaurants with filters for cuisine and location, check_availability for party size and time slots, make_reservation with special requests, and get_my_reservations for booking history. It uses Playwright to drive the OpenTable web interface since there's no public reservation API, storing encrypted sessions locally so your agent stays logged in across restarts. The 85% task completion rate and automatic UI change detection suggest it's production-ready. Reach for this when you need an agent to actually book tables instead of just suggesting restaurants, though you'll need to trust browser automation and manage OpenTable credentials through environment variables.
claude mcp add --transport stdio io.github.markswendsen-code-opentable uvx opentable