Skip to main content
ClaudeWave
chadnewbry avatar
chadnewbry

nyc-restaurant-week-mcp

Ver en GitHub

Unofficial map, search, and MCP server for NYC Restaurant Week Summer 2026 — 636 restaurants, real MTA subway routing, and a pixel rat named Rick.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/chadnewbry/nyc-restaurant-week-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "nyc-restaurant-week-mcp": {
      "command": "node",
      "args": ["/path/to/nyc-restaurant-week-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/chadnewbry/nyc-restaurant-week-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# 🐀 Rick's Map

**[nycrestaurantweek.app](https://nycrestaurantweek.app)** — every NYC Restaurant Week restaurant on one map, plus a pixel rat who rides the actual subway to whichever one you pick.

![Rick's Map](docs/ricks-map.png)

Restaurant Week Summer 2026 runs **Jul 20 – Sep 6** with **636** participating restaurants. The official site is an endless scroll. This one isn't.

## ✨ What it does

- 🗺️ **Map** — real NYC cartography with the subway lines drawn in
- 🚇 **Rick** — walks, Citibikes, cabs, or takes the train to your pick. The track geometry is real, and the subway car gets repainted in the route color
- 💬 **Ask Rick** — *"$30 omakase in brooklyn, open sunday"*
- 🔌 **MCP server** — the same data, for Claude or any MCP client

## 🔌 MCP server

No auth, no API key, one line:

```sh
claude mcp add --transport http nyc-restaurant-week https://nycrestaurantweek.app/mcp
```

| Tool | What it does |
|---|---|
| `search_restaurants` | Filter by cuisine, borough, neighborhood, price, meal, week, date, or collection. Paginated. |
| `get_restaurant` | Full detail by slug or name — menu PDF, website, OpenTable link. |
| `check_date` | Is Restaurant Week on that day? Which week? Saturday/Sunday rules. |
| `list_filters` | Every filter value, with live participant counts. |

## 🛠️ How it works

No database. All 636 restaurants live in `data/restaurants.json` (509 KB) and get bundled into the serverless function at build time.

| Piece | Built with |
|---|---|
| 🗺️ Map | MapLibre + [OpenFreeMap](https://openfreemap.org) tiles |
| 🚇 Subway | Real MTA geometry in `public/subway.json` — nearest-station lookup, direct or one-transfer rides, sliced along the true track |
| 🐀 Rick | Hand-drawn pixel art, rendered as SVG rects |
| 🚕 Street legs | OSRM, with a straight-line fallback when it times out |
| 💬 Chat | Haiku via the AI Gateway, degrading to plain keyword search if the gateway falls over |

## 🏃 Run it

```sh
npm install
npm run dev      # site on :3000, MCP at localhost:3000/mcp
npm run scrape   # refresh the restaurant data
```

## 📋 Data

From the public program API behind [nyctourism.com/restaurant-week](https://www.nyctourism.com/restaurant-week/) — the same JSON their own browser client fetches.

---

🐀 *Unofficial fan project. Not affiliated with NYC Tourism + Conventions or NYC Restaurant Week®. Prices and participation change — always confirm with the restaurant.*
claudemaplibremcpmcp-servermodel-context-protocolnextjsnycrestaurant-week

Lo que la gente pregunta sobre nyc-restaurant-week-mcp

¿Qué es chadnewbry/nyc-restaurant-week-mcp?

+

chadnewbry/nyc-restaurant-week-mcp es mcp servers para el ecosistema de Claude AI. Unofficial map, search, and MCP server for NYC Restaurant Week Summer 2026 — 636 restaurants, real MTA subway routing, and a pixel rat named Rick. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala nyc-restaurant-week-mcp?

+

Puedes instalar nyc-restaurant-week-mcp clonando el repositorio (https://github.com/chadnewbry/nyc-restaurant-week-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar chadnewbry/nyc-restaurant-week-mcp?

+

chadnewbry/nyc-restaurant-week-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene chadnewbry/nyc-restaurant-week-mcp?

+

chadnewbry/nyc-restaurant-week-mcp es mantenido por chadnewbry. La última actividad registrada en GitHub es de today, con 1 issues abiertos.

¿Hay alternativas a nyc-restaurant-week-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega nyc-restaurant-week-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: chadnewbry/nyc-restaurant-week-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/chadnewbry-nyc-restaurant-week-mcp)](https://claudewave.com/repo/chadnewbry-nyc-restaurant-week-mcp)
<a href="https://claudewave.com/repo/chadnewbry-nyc-restaurant-week-mcp"><img src="https://claudewave.com/api/badge/chadnewbry-nyc-restaurant-week-mcp" alt="Featured on ClaudeWave: chadnewbry/nyc-restaurant-week-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a nyc-restaurant-week-mcp