Look up any flight seat map directly from your AI assistant. Interactive visual seatmaps render inline — click seats, filter cabins, and find your best seat. Works in ChatGPT, Claude, Cursor, and more.
FlightSeatMap renders interactive visual seatmaps directly inside ChatGPT conversations.
The interactive UI includes clickable seats, cabin filters, color-coded features, and a built-in best-seat finder.
{
"mcpServers": {
"flightseatmap": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.flightseatmap.com/mcp"]
}
}
}Run in your terminal:
claude mcp add flightseatmap --transport streamable-http https://mcp.flightseatmap.com/mcp
{
"mcpServers": {
"flightseatmap": {
"url": "https://mcp.flightseatmap.com/mcp"
}
}
}{
"mcpServers": {
"flightseatmap": {
"serverUrl": "https://mcp.flightseatmap.com/mcp"
}
}
}To use search_flight for fresh seatmap data, add your API key to your MCP config. Get your key from Account Settings.
{
"mcpServers": {
"flightseatmap": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://mcp.flightseatmap.com/mcp",
"--header", "X-Api-Key:${FSM_API_KEY}"
],
"env": {
"FSM_API_KEY": "YOUR_API_KEY"
}
}
}
}claude mcp add flightseatmap \ --transport streamable-http \ --header "X-Api-Key: YOUR_API_KEY" \ https://mcp.flightseatmap.com/mcp
{
"mcpServers": {
"flightseatmap": {
"url": "https://mcp.flightseatmap.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}{
"mcpServers": {
"flightseatmap": {
"serverUrl": "https://mcp.flightseatmap.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}Without an API key, all free tools still work. The key unlocks search_flight for fetching fresh data based on your plan.
FlightSeatMap is one of the first MCP servers to support MCP Apps — interactive HTML interfaces that render inline inside AI conversations. Instead of text-only results, you get a real visual seatmap.
Ask your AI assistant: