Catalog
io.github.getcroissant/croissant
OfficialSearch and book coworking spaces and conference rooms via Croissant.
Search and book coworking spaces and conference rooms.
README not available yet.
Install
Configuration
Environment variables
CROISSANT_API_KEYsecretAPI key for authenticating with the Croissant booking platform
claude_desktop_config.json
{
"mcpServers": {
"croissant": {
"command": "npx",
"args": [
"-y",
"croissant-mcp-server@1.0.0"
],
"env": {
"CROISSANT_API_KEY": "<YOUR_CROISSANT_API_KEY>"
}
}
}
}