Skip to content

Installation & Setup

Prerequisites

  • A QualiBooth account (sign up at qualibooth.com)
  • An MCP-compatible AI client (e.g. Claude Desktop, Cursor)

Adding the server

Claude Desktop

Add the following to your claude_desktop_config.json:

json
{
  "mcpServers": {
    "qbooth": {
      "type": "http",
      "url": "https://mcp.qualibooth.com/mcp"
    }
  }
}

Other MCP clients

Refer to your client's documentation for how to register a remote HTTP MCP server. Use the same URL shown above.

Verify the connection

Once configured, ask your AI assistant: "What QualiBooth organizations do I have access to?" — a browser login page will open so you can authenticate, and a successful response confirms the server is connected.

Next steps