Blooket Simulator MCP Server

The official Model Context Protocol (MCP) server for Blooket Simulator, designed to empower your AI assistants with comprehensive Blooket game data.

This server allows AI clients like Claude Desktop and Cursor to seamlessly interact with Blooket Simulator's database, providing you with instant access to drop rates, box simulations, and specific Blook information right inside your AI chat.

Core Features

  • get_box_rates: Instantly retrieve the drop probabilities and rarity distribution for any given Blooket Box (e.g., Space Box, Bot Box).
  • simulate_unbox: Run automated simulations to open a box multiple times, visualizing the Blooks obtained and calculating the tokens spent.
  • get_blook_info: Fetch detailed information about a specific Blook, including its rarity and pack origin.

Installation Guide

For Claude Desktop

Add the following configuration to your claude_desktop_config.json file:

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

For Cursor

  1. Go to Cursor Settings > Features > MCP Servers.
  2. Click on Add New Server.
  3. Set the name to blooketsimulator.
  4. Set the command to npx -y blooketsimulator-mcp.

Ecosystem & Backlinks

Our MCP server is proudly open-source and listed across the major AI and MCP directories. You can explore our source code, download the package, or review our listings below: