Search and book coworking spaces and conference rooms via Croissant.
claude mcp add croissant -- npx -y croissant-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"croissant": {
"command": "npx",
"args": [
"-y",
"croissant-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"croissant": {
"command": "npx",
"args": [
"-y",
"croissant-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"croissant": {
"command": "npx",
"args": [
"-y",
"croissant-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"croissant": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"croissant-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"croissant": {
"command": "npx",
"args": [
"-y",
"croissant-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.getcroissant--croissant/reviews or the review_server meta-tool.
POST /mcp