nyc-restaurant-week
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nyc-restaurant-weekshow me restaurants in Manhattan with $30 lunch"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ Rick's Map
nycrestaurantweek.app โ every NYC Restaurant Week restaurant on one map, plus a pixel rat who rides the actual subway to whichever one you pick.

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
Related MCP server: opentable-mcp
๐ MCP server
No auth, no API key, one line:
claude mcp add --transport http nyc-restaurant-week https://nycrestaurantweek.app/mcpTool | What it does |
| Filter by cuisine, borough, neighborhood, price, meal, week, date, or collection. Paginated. |
| Full detail by slug or name โ menu PDF, website, OpenTable link. |
| Is Restaurant Week on that day? Which week? Saturday/Sunday rules. |
| 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 tiles |
๐ Subway | Real MTA geometry in |
๐ 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
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 โ 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server for restaurant discovery and booking across Resy and OpenTable via natural language. It integrates Google Places data with dietary preferences, visit history, and weather awareness to provide personalized dining recommendations and group reservation management.Last updated23
- Alicense-qualityCmaintenanceMCP server for anonymous OpenTable restaurant discovery and availability checking, enabling restaurant search, autocomplete, and table availability queries without an account.Last updated213MIT
- AlicenseBqualityCmaintenanceAn MCP server for Grubhub that enables searching restaurants, browsing menus, building carts, checking out, and placing orders, with additional support for campus dining cards.Last updated471MIT
- Alicense-qualityDmaintenanceMCP server for New York Times APIs, enabling search, top stories, popular articles, bestsellers, archive, and more via natural language.Last updatedMIT
Related MCP Connectors
MCP server for Meitre restaurant reservations.
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
Geo-based flight search MCP server. Find more flights between any two places on earth
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chadnewbry/nyc-restaurant-week-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server