MCP.so
Sign In

Floors.live — Event Floor Plan & Seating DesignerVerifiedFeatured

@Hakolsound

About Floors.live — Event Floor Plan & Seating Designer

MCP server for Floors.live — design event floor plans, manage guest lists, and run intelligent seating assignments from Claude, ChatGPT, or Cursor. 32 tools.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "floors-mcp-server": {
      "command": "npx",
      "args": [
        "floors-mcp-server",
        "--http"
      ],
      "env": {
        "FLOORS_API_KEY": "flr_sk_YOUR_KEY"
      }
    }
  }
}

Tools

No tools detected

Fetch the live tool list by running this server in a temporary sandbox using the button above.

Overview

What is the Floors.live MCP server?

Floors.live is a professional 2D/3D event floor plan designer used to lay out weddings, conferences, galas, and corporate events. This MCP server connects your AI assistant directly to it, so you can go from "seat 180 guests in this ballroom" to a shareable 3D plan without leaving the chat.

40 tools cover the full planning workflow:

AreaWhat you can do
EventsCreate, update, list, and delete events
Floor plansGenerate and edit venue layouts on a 2D canvas
Canvas objectsPlace round and banquet tables, stages, dance floors, bars, buffets, AV gear, and walls
GuestsImport guest lists, update details, and query them
GroupsOrganize guests into families, VIP tiers, and colleague groups
SeatingSet constraints (seat together, same table, keep apart) and run intelligent auto-assignment
SharingGenerate view or edit links clients open in a browser, plus an interactive 3D walkthrough

Setup

Create a free API key at floors.live/profile under API Keys, then:

{
  "mcpServers": {
    "floors-live": {
      "command": "npx",
      "args": ["floors-mcp-server"],
      "env": { "FLOORS_API_KEY": "flr_sk_YOUR_KEY_HERE" }
    }
  }
}

Remote / hosted endpoint

For ChatGPT connectors and other remote MCP clients, no install is needed:

https://api.floors.live/mcp

Pass your key as Authorization: Bearer flr_sk_... or an x-api-key header. Also available as a one-click install via Smithery.

Notes

Each user connects with their own API key, so your events and guest data stay scoped to your own account. The server is open source (MIT) — see the GitHub repository.

Comments

More Media & Design MCP servers