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., "@FLUX Restaurants MCP ServerFind a romantic Italian restaurant for dinner in Los Angeles"
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.
FLUX Restaurants MCP Server 🍽️
An AI-native restaurant discovery service powered by the Model Context Protocol. Search 2,200+ restaurants across 15+ US cities.
Tools
Tool | Description |
| Search by cuisine and city |
| Detailed info on FLUX-verified restaurants (menu, hours, story) |
| Natural language recommendations ("romantic dinner in LA") |
| Curated "Best Of" restaurant lists |
| All available cities with restaurant counts |
Quick Start
npm install
export NEON_DB_URL="your-postgres-connection-string"
node index.jsUsage with Claude Desktop / MCP Clients
Add to your MCP client config:
{
"mcpServers": {
"flux-restaurants": {
"command": "node",
"args": ["/path/to/flux-restaurants-mcp/index.js"],
"env": {
"NEON_DB_URL": "your-postgres-connection-string"
}
}
}
}Example
> search_restaurants(cuisine="ramen", city="New Jersey")
Found 3 restaurants:
**Ramen Nagomi** — Ramen in New Brunswick, NJ ⭐ 4.5 (380 reviews)
Phone: (732) 555-0123
Website: https://ramen-nagomi.fluxrestaurants.com
**Iki Ramen** — Ramen in Hollywood, LA ⭐ 4.3 (245 reviews)
...Powered by
FLUX SEO — AI Visibility for Restaurants
FLUX Restaurants — AI-Optimized Restaurant Directory
License
MIT