lego-oracle

lego-oracle

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.

Category
访问服务器

README

<!-- mcp-name: io.github.gregario/lego-oracle --> <p align="center"> <h1 align="center">LEGO Oracle</h1> <p align="center">LEGO sets, parts, minifigs, and inventories. An MCP server.</p> </p>

<p align="center"> <a href="https://www.npmjs.com/package/lego-oracle"><img src="https://img.shields.io/npm/v/lego-oracle.svg" alt="npm version"></a> <a href="https://www.npmjs.com/package/lego-oracle"><img src="https://img.shields.io/npm/dm/lego-oracle.svg" alt="npm downloads"></a> <a href="https://github.com/gregario/lego-oracle/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT Licence"></a> <a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%3E%3D18-brightgreen.svg" alt="Node.js 18+"></a> <a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-compatible-purple.svg" alt="MCP Compatible"></a> <a href="https://glama.ai/mcp/servers/gregario/lego-oracle"><img src="https://glama.ai/mcp/servers/gregario/lego-oracle/badges/score.svg" alt="lego-oracle MCP server"></a> </p>


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.

lego-oracle MCP server gregario/lego-oracle MCP server

Install

npx -y lego-oracle

Add to your IDE

<details open> <summary><strong>Claude Code</strong></summary>

claude mcp add lego-oracle -- npx -y lego-oracle

</details>

<details> <summary><strong>Claude Desktop</strong></summary>

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"]
    }
  }
}

</details>

<details> <summary><strong>Cursor</strong></summary>

Add to .cursor/mcp.json:

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

</details>

<details> <summary><strong>VS Code (Copilot)</strong></summary>

Add to .vscode/mcp.json:

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

</details>

<details> <summary><strong>Windsurf</strong></summary>

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

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

</details>

<details> <summary><strong>Zed</strong></summary>

Add to settings.json:

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

</details>

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. This project is not produced by or endorsed by the LEGO Group.

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选