🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

croissant-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

croissant-mcp-server

Give your AI assistant the ability to search, book, and manage coworking spaces and conference rooms across 100+ cities

latest
Source
npmnpm
Version
1.3.9
Version published
Maintainers
1
Created
Source

Croissant MCP Server 🥐

The official Model Context Protocol server for Croissant. Give your AI assistant the ability to search, book, and manage coworking spaces and conference rooms across 100+ cities worldwide.

About

Croissant is a coworking and conference room marketplace operating in 100+ cities. One membership gives you access to hundreds of workspaces — book a desk for the day or a conference room for your next meeting.

With this MCP server, your AI assistant can:

  • Find a workspace — Search by city, neighborhood, or coordinates across New York, London, Berlin, Barcelona, and more
  • Book a conference room — Check availability, get pricing, and book a room in a single conversation
  • Check in & out — Reserve a seat, check in when you arrive, and add guests
  • Manage your bookings — View upcoming reservations, cancel bookings, and get refunds

Getting Started

Claude Desktop

Add to your MCP configuration (Settings → Developer → Edit Config):

{
  "mcpServers": {
    "croissant": {
      "command": "npx",
      "args": ["croissant-mcp-server"]
    }
  }
}

Claude Code

claude mcp add croissant -- npx croissant-mcp-server

Other MCP Clients

Connect via SSE transport at https://mcp.getcroissant.com/sse.

Example Conversations

You: Find me a conference room in Soho for 6 people tomorrow afternoon

AI: searches rooms → checks availability → shows options with pricing

You: Book the WeWork boardroom from 2–4pm

AI: calculates price → places the order → confirms booking

You: I'm at the coworking space, check me in and add my colleague Sarah

AI: checks you in → adds Sarah as a guest

Tools

Discovery (no account required)

ToolDescription
croissant_regionsList all cities where Croissant operates
croissant_search_spacesFind coworking spaces in a city
croissant_search_roomsFind conference rooms in a city
croissant_space_roomsList conference rooms at a specific space
croissant_nearby_spacesFind spaces near coordinates
croissant_nearby_roomsFind rooms near coordinates
croissant_find_spacesSearch spaces by name or location
croissant_find_roomsSearch rooms by name or location
croissant_space_detailsSpace details and seat availability
croissant_room_detailsRoom details and time slot availability

Conference Room Booking

ToolDescription
croissant_room_priceCalculate the price for a room booking
croissant_book_roomBook a conference room
croissant_my_bookingsList upcoming bookings
croissant_cancel_bookingCancel a booking and get a refund

Coworking Check-in

ToolDescription
croissant_my_reservationsList active and upcoming seat reservations
croissant_reserve_seatReserve a seat at a specific time
croissant_cancel_reservationCancel a seat reservation
croissant_visit_statusCheck if you're currently checked in
croissant_check_inCheck in to a space
croissant_check_outCheck out of a space
croissant_add_guestAdd a guest to your visit
croissant_checkout_guestCheck out a guest

Account

ToolDescription
croissant_loginConnect your Croissant account
croissant_logoutDisconnect your account
croissant_meView your profile

Authentication

Browsing and searching works without an account — try it out right away. When you're ready to book a room or check in, use croissant_login to securely connect your Croissant account via OAuth.

API Endpoints

EndpointDescription
GET /toolsBrowse the full tool catalog as JSON
GET /healthHealth check
GET /sseMCP SSE transport
POST /messagesMCP message transport

Keywords

mcp

FAQs

Package last updated on 27 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts