loading…
Search for a command to run...
loading…
LEGO minifigure price lookup and identification. Search 18,000+ minifigs by name, theme, or description. Prices for used and new condition. Powered by brick'em
LEGO minifigure price lookup and identification. Search 18,000+ minifigs by name, theme, or description. Prices for used and new condition. Powered by brick'em (brickem.io).
MCP server for LEGO minifigure price lookup and identification. Connects to the brick'em catalog of 18,000+ LEGO minifigures with real price data.
Ask your AI assistant: "What is my LEGO minifigure worth?"
| Tool | Description |
|---|---|
lookup_minifigure |
Look up a minifigure by BrickLink ID or name. Returns prices, image, theme. |
search_minifigures |
Fuzzy search by name with optional theme filter. Top 10 results with prices. |
get_theme_minifigures |
List all minifigures for a theme (Star Wars, Harry Potter, Marvel, etc.) sorted by value. |
identify_minifigure |
Describe a minifigure's appearance (colors, accessories, theme) and get best matches. |
Star Wars, Marvel, Harry Potter, Ninjago, City, Castle, Pirates, Collectible Minifigures, Disney, Lord of the Rings, Jurassic World, Indiana Jones, Minecraft, Super Mario, LEGO Movie, Speed Champions, Ideas, Simpsons, Ghostbusters, Monkie Kid, DREAMZzz, and 40+ more.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"brickem": {
"command": "npx",
"args": ["-y", "brickem-mcp-server"]
}
}
}
claude mcp add brickem -- npx -y brickem-mcp-server
Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:
{
"mcpServers": {
"brickem": {
"command": "npx",
"args": ["-y", "brickem-mcp-server"]
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"brickem": {
"command": "npx",
"args": ["-y", "brickem-mcp-server"]
}
}
}
npx -y @smithery/cli install brickem-mcp-server --client claude
Once installed, ask your AI assistant:
git clone https://github.com/MichiganBricks/brickem-mcp-server.git
cd brickem-mcp-server
npm install
npm run build
Test locally:
npm start
Or with hot reload:
npm run dev
brick'em is a LEGO minifigure scanner and price lookup tool. Scan your LEGO minifigures with your camera to instantly identify them and see what they're worth.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"brickem-mcp-server": {
"command": "npx",
"args": []
}
}
}