Connector guide2-minute read6 MCP toolsEN · DE · IT

Как подключить Resy к Cursor — через MCP

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.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

Resy

MCP connector

Resy

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.

Tools

6

Region

INTL

Category

Food & Drink

Authentication

Public API

Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Start free trial

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 и запусти через этот коннектор.

Resy · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используй cloud.anythingmcp.com напрямую. Войди, нажми Connectors → Resy, вставь учётные данные, создай MCP API key — готово. Без Docker, без git clone, без локального сервера.

Resy + Cursor

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 — Добавь коннектор в Cursor

Cursor читает MCP-серверы из ~/.cursor/mcp.json. Добавь эту запись:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получи MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохрани файл и перезапусти Cursor.
  3. Открой Cursor → Settings → MCP и убедись, что Resy отображается как "Connected".
  4. Начинайте чат — все инструменты Resy доступны.

Доступные инструменты

ToolWhat it does
resy_search_venuesGeo search Resy venues near a coordinate, with optional party size and date filters
resy_find_availabilityFind available slots at one or more venues on a given day for a party size, optionally near a coordinate
resy_get_venueFull venue detail — name, address, cuisine, photos, menu, hours, descriptions
resy_get_venue_calendarGet the booking calendar for one venue across a date range — which days have availability for a given party size
resy_get_city_listGet a Resy editorial list for a city — e
resy_get_location_configGet Resy's configuration for available cities, neighborhoods, and cuisines

FAQ

Поддерживает ли Cursor кастомные MCP-серверы на бесплатном тарифе? Да — MCP доступен на Hobby, Pro и Business.

Следующие шаги

Это руководство помогло?

Ready to ship

Your Resy agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Похожие руководства

connectors

Как подключить Resy к ChatGPT — через MCP

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.

connectors

Как подключить Resy к Claude — через MCP

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.

connectors

Как подключить Resy к Gemini — через MCP

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.

connectors

Resy в MCP — управляйте Resy из любого AI-агента

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.

connectors

Как подключить Asana к Cursor — через MCP

Asana REST API — tasks, projects, sections, milestones, users, teams. Triage assignment, change due dates, query workload, scan project status updates. PAT auth.

connectors

Как подключить GitHub к Cursor — через MCP

GitHub REST + GraphQL — repos, issues, PRs, actions, search, code review, security advisories. Read/write across the user, org, and enterprise scopes via a fine-grained PAT.