Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Resy in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Search Resy restaurants from any AI assistant. Find restaurants by city, geo coordinate, or curated list (top-rated, new, etc.), read venue detail, check live availability calendar. 6 tools, no auth — reverse-engineered from the Resy mobile app.
Попробуй спросить
Примеры промптов для Resy
Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.
Claude — это AI, он может ошибаться. Проверяйте ответы.
💡 Без установки? Используй cloud.anythingmcp.com напрямую. Войди, нажми Connectors → Resy, вставь учётные данные, создай MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Resy + Claude
Search Resy restaurants from any AI assistant. Find restaurants by city, geo coordinate, or curated list (top-rated, new, etc.), read venue detail, check live availability calendar. 6 tools, no auth — reverse-engineered from the Resy mobile app.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
(none — public API)
Шаг 1 — Получи учётные данные
This connector wraps the Resy mobile app's internal API (api.resy.com).
Setup: nothing. The endpoints exposed here are the same the Resy iOS app uses for restaurant discovery and are accessible without a user login.
What it does NOT do: complete reservations. Resy's notify/book flow requires a logged-in session and triggers bot-detection. Use this connector to find slots; book in the Resy app.
City codes: Resy uses short codes like ny (NYC), la (LA), lon (London), mia (Miami), dc (Washington DC), ath (Athens). Use resy_get_location_config to discover available cities.
…(continued in the in-app connector instructions)
Шаг 2 — Установи адаптер
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Шаг 3 — Добавь коннектор Resy в Claude
Пять кликов в двух вкладках — проведём по каждому экрану. Понадобятся URL MCP-сервера из Шага 2 и логин AnythingMCP под рукой.
1. Открой Customize → Connectors в Claude
В Claude перейди Customize → Connectors (claude.ai/customize/connectors) и нажми + справа вверху.

claude.ai/customize/connectorsДоступно на Claude Pro, Team, Enterprise.
2. Вставь URL MCP-сервера
Вставь URL с Шага 2 — https://cloud.anythingmcp.com/mcp/<твой-id>. Без имени, без auth-заголовка, без дополнительных настроек — только URL. Нажми Add.

Каждый коннектор имеет свой уникальный URL — приватный и отзываемый.
3. Нажми Connect
Коннектор появляется в списке с иконкой AnythingMCP. Claude показывает "You are not connected to AnythingMCP yet." Нажми Connect — Claude откроет AnythingMCP в новой вкладке для авторизации.

4. Авторизуйте Claude в AnythingMCP
Войди с учётными данными AnythingMCP. Один раз на браузер; сессия сохраняется.

cloud.anythingmcp.com/oauth/authorizeТвой пароль никогда не доходит до Claude — стандартное OAuth-рукопожатие.
5. Все инструменты Resy появляются в Claude
Claude автоматически обнаруживает все инструменты Resy. По-инструментно настройка: всегда разрешать, спрашивать каждый раз или никогда. Готов к диалогу.

Готово — начинайте. Попробуй: «Найди итальянские рестораны с лучшими оценками в Нью-Йорке на эту субботу в 19:00, на 4 человек.» Claude сам обнаружит инструменты и вызовет их.
Доступные инструменты
| Tool | What it does |
|---|---|
resy_search_venues | Geo search Resy venues near a coordinate, with optional party size and date filters |
resy_find_availability | Find available slots at one or more venues on a given day for a party size, optionally near a coordinate |
resy_get_venue | Full venue detail — name, address, cuisine, photos, menu, hours, descriptions |
resy_get_venue_calendar | Get the booking calendar for one venue across a date range — which days have availability for a given party size |
resy_get_city_list | Get a Resy editorial list for a city — e |
resy_get_location_config | Get Resy's configuration for available cities, neighborhoods, and cuisines |
FAQ
Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.
Следующие шаги
Это руководство помогло?