@toptable/mcp
v1.0.3
Published
MCP server for Top Table restaurant search — lets AI assistants search and discover restaurants in major cities across North America, Europe, and Asia
Downloads
47
Maintainers
Readme
@toptable/mcp
MCP server for Top Table — lets AI assistants search and discover restaurants in major cities across North America, Europe, and Asia.
Tools
| Tool | Description |
|---|---|
| search_restaurants | Search restaurants by city, cuisine, price, neighborhood, vibe, dish, dietary needs, and more |
| get_restaurant_details | Get full details for a restaurant — hours, top dishes, curated highlights, photos, reservation links |
| list_cities | List available cities with neighborhoods and metadata |
Quick start
npx @toptable/mcpClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"toptable": {
"command": "npx",
"args": ["@toptable/mcp"]
}
}
}Cursor
Add to your .cursor/mcp.json:
{
"mcpServers": {
"toptable": {
"command": "npx",
"args": ["@toptable/mcp"]
}
}
}Search filters
- city — required (use
list_citiesto see available cities) - cuisine — e.g.
italian,japanese,thai - minRating — minimum Google rating (1.0–5.0)
- price — comma-separated:
$,$$,$$$,$$$$ - area — neighborhood slug (e.g.
yorkville,florentin) - vibe —
date_night,groups,brunch,late_night,solo,foodie,drinks,family,remote_work,business_lunch - dish — e.g.
sushi,croissant,hummus - features — comma-separated:
outdoor_seating,good_cocktails,vegetarian_friendly, etc. - openNow — only show currently open places
API
This MCP server wraps the Top Table REST API. The same rate limits and caching apply.
License
MIT
