LEGO Oracle MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add lego-oracle -- npx -y lego-oracle
README.md

LEGO sets, parts, minifigs, and inventories. An MCP server.

LEGO Oracle

LEGO sets, parts, minifigs, and inventories. An MCP server.

Ask your AI assistant about LEGO sets, find specific bricks, look up minifigures, browse themes, and compare sets. All backed by Rebrickable's catalog (26k sets, 62k parts, 17k minifigs), not hallucinations.

10 tools. Zero config. Works with every MCP-compatible IDE.

Install

npx -y lego-oracle

Add to your IDE

Claude Code
claude mcp add lego-oracle -- npx -y lego-oracle
Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "lego-oracle": {
      "command": "npx",
      "args": ["-y", "lego-oracle"]
    }
  }
}
Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "lego-oracle": {
      "command": "npx",
      "args": ["-y", "lego-oracle"]
    }
  }
}
VS Code (Copilot)

Add to .vscode/mcp.json:

{
  "servers": {
    "lego-oracle": {
      "command": "npx",
      "args": ["-y", "lego-oracle"]
    }
  }
}
Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "lego-oracle": {
      "command": "npx",
      "args": ["-y", "lego-oracle"]
    }
  }
}
Zed

Add to settings.json:

{
  "context_servers": {
    "lego-oracle": {
      "command": {
        "path": "npx",
        "args": ["-y", "lego-oracle"]
      }
    }
  }
}

Tools

Set Tools

Tool Description
search_sets Search for sets by name, theme, year, or piece count. Full-text search with filters.
get_set Get complete set details: inventory (grouped by part category), minifigures, theme hierarchy.
compare_sets Compare 2-4 sets side by side: piece count, year, theme, minifigs, shared parts.

Part Tools

Tool Description
search_parts Search parts by name, category, colour, or material.
get_part Get part details including available colours and mold/print variants.
find_part_in_sets Find which sets contain a specific part (optionally in a specific colour), sorted by quantity.

Minifig Tools

Tool Description
search_minifigs Search minifigures by name.
get_minifig Get minifig details and every set it appears in.

Discovery Tools

Tool Description
browse_themes Browse the LEGO theme hierarchy. Top-level themes or drill into sub-themes with set counts.
find_mocs Find community alternate builds (MOCs) for a set's parts.

Data

All data is embedded at build time from Rebrickable. No network calls at runtime.

Category Count
Sets 26,339
Parts 61,702
Colours 275
Minifigures 16,646
Inventory entries 1,483,652
Part relationships 35,757
Themes 490

Data is updated daily via GitHub Actions. New npm versions are published automatically when Rebrickable data changes.

Development

npm install
npm run build
npm test             # 141 tests

To refresh data from Rebrickable:

npm run fetch-data
npm run build

Attribution

Data from Rebrickable. LEGO is a trademark of the LEGO Group.

Tools (10)

search_setsSearch for sets by name, theme, year, or piece count.
get_setGet complete set details including inventory, minifigures, and theme hierarchy.
compare_setsCompare 2-4 sets side by side.
search_partsSearch parts by name, category, colour, or material.
get_partGet part details including available colours and variants.
find_part_in_setsFind which sets contain a specific part.
search_minifigsSearch minifigures by name.
get_minifigGet minifig details and every set it appears in.
browse_themesBrowse the LEGO theme hierarchy.
find_mocsFind community alternate builds (MOCs) for a set's parts.

Configuration

claude_desktop_config.json
{"mcpServers": {"lego-oracle": {"command": "npx", "args": ["-y", "lego-oracle"]}}}

Try it

Search for LEGO Star Wars sets released in 2023 with more than 1000 pieces.
Compare the inventory of the Millennium Falcon set 75192 and 75257.
Find all sets that include the classic space astronaut minifigure.
Browse the LEGO Technic theme hierarchy to find sub-themes.
Find alternate builds (MOCs) for the LEGO Ideas Treehouse set.

Frequently Asked Questions

What are the key features of LEGO Oracle?

Full-text search for LEGO sets with filtering by theme, year, and piece count. Detailed set information including inventory, minifigures, and theme hierarchy. Side-by-side comparison of up to 4 LEGO sets. Part lookup by name, category, or colour with variant details. Browse LEGO theme hierarchy and find community alternate builds (MOCs).

What can I use LEGO Oracle for?

Helping LEGO collectors identify which sets contain specific rare parts. Comparing different versions of the same LEGO set to decide which to purchase. Exploring the LEGO theme hierarchy to discover new sets within a specific interest. Finding community-created alternate builds for existing sets in a collection. Quickly looking up minifigure details and their set appearances.

How do I install LEGO Oracle?

Install LEGO Oracle by running: npx -y lego-oracle

What MCP clients work with LEGO Oracle?

LEGO Oracle works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep LEGO Oracle docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare