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:
| Area | What you can do |
|---|---|
| Events | Create, update, list, and delete events |
| Floor plans | Generate and edit venue layouts on a 2D canvas |
| Canvas objects | Place round and banquet tables, stages, dance floors, bars, buffets, AV gear, and walls |
| Guests | Import guest lists, update details, and query them |
| Groups | Organize guests into families, VIP tiers, and colleague groups |
| Seating | Set constraints (seat together, same table, keep apart) and run intelligent auto-assignment |
| Sharing | Generate 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.
Basic information
More Media & Design MCP servers
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
Video Editor MCP server
burningionMCP Interface for Video Jungle
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
Comments