@pipeworx/rebrickable

Connect: https://gateway.pipeworx.io/rebrickable/mcp · Install: one-click buttons

Tools: 8

Rebrickable MCP — LEGO sets, parts, minifigures, themes. Free API key required.

Auth

  • Platform: PLATFORM_REBRICKABLE_KEY. BYO: ?_apiKey=….

Tools

  • sets(query?, theme_id?, min_year?, max_year?, min_parts?, max_parts?, ordering?, page?, page_size?) — search sets
  • set(set_num) — single set
  • set_parts(set_num) — parts in a set
  • set_minifigs(set_num) — minifigs in a set
  • parts(query?, color_id?, part_cat_id?, ordering?, page?, page_size?) — search parts
  • part(part_num) — single part
  • themes() — list themes
  • colors() — list colors

Data source

https://rebrickable.com/api/v3/lego/

Tools

  • sets — Search Rebrickable LEGO sets by keyword, theme_id, year range, or part count range. Returns set number, name, year, part count, theme, and image URL. Use themes to get valid theme IDs.
  • set — Fetch a single LEGO set by set_num (e.g. “75192-1”) from Rebrickable. Returns set name, year, theme, part count, and image URL.
  • set_parts — Fetch the full parts list for a LEGO set by set_num from Rebrickable. Returns each part’s part_num, name, color, quantity, and image URL.
  • set_minifigs — Fetch the minifigures included in a LEGO set by set_num from Rebrickable. Returns each minifig’s set_num, name, quantity, and image URL.
  • parts — Search Rebrickable LEGO parts by keyword, color_id, or part_cat_id. Returns part number, name, part category, and image URL. Use colors or category list to get valid IDs.
  • part — Fetch details for a single LEGO part by part_num from Rebrickable. Returns part name, category, material, and image URLs across available colors.
  • themes — Return the complete list of LEGO themes from Rebrickable (e.g. Star Wars, Technic, City). Returns theme id, name, and parent_id. Use to get valid theme_id values for filtering sets.
  • colors — Return the complete list of LEGO colors from Rebrickable with color id, name, RGB hex code, and is_trans flag. Use to get valid color_id values for filtering parts.

Tools

  • colors — Return the complete list of LEGO colors from Rebrickable with color id, name, RGB hex code, and is_trans flag. Use to get valid color_id values for filtering `parts`.
  • part — Fetch details for a single LEGO part by `part_num` from Rebrickable. Returns part name, category, material, and image URLs across available colors.
  • parts — Search Rebrickable LEGO parts by keyword, color_id, or part_cat_id. Returns part number, name, part category, and image URL. Use `colors` or category list to get valid IDs.
  • set — Fetch a single LEGO set by `set_num` (e.g. 75192-1 ) from Rebrickable. Returns set name, year, theme, part count, and image URL.
  • set_minifigs — Fetch the minifigures included in a LEGO set by `set_num` from Rebrickable. Returns each minifig's set_num, name, quantity, and image URL.
  • set_parts — Fetch the full parts list for a LEGO set by `set_num` from Rebrickable. Returns each part's part_num, name, color, quantity, and image URL.
  • sets — Search Rebrickable LEGO sets by keyword, theme_id, year range, or part count range. Returns set number, name, year, part count, theme, and image URL. Use `themes` to get valid theme IDs.
  • themes — Return the complete list of LEGO themes from Rebrickable (e.g. Star Wars, Technic, City). Returns theme id, name, and parent_id. Use to get valid theme_id values for filtering `sets`.

Regenerated from source · build July 4, 2026