AgentHubAgentHub

croissant

MCP ServerMCP Registry官方收录

io.github.getcroissant/croissant · v1.0.0

Search and book coworking spaces and conference rooms via Croissant.

概览

croissant 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

CROISSANT_API_KEY可选secret

API key for authenticating with the Croissant booking platform

相关资源

统一 Manifest

{
  "id": "io.github.getcroissant/croissant",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "croissant",
  "description": "Search and book coworking spaces and conference rooms via Croissant.",
  "repository": {
    "url": "https://github.com/getcroissant/croissant-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "croissant-mcp-server",
        "version": "1.0.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "CROISSANT_API_KEY",
            "description": "API key for authenticating with the Croissant booking platform",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.getcroissant/croissant",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.getcroissant%2Fcroissant/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
croissant — MCP Server 安装与配置 · AgentHub