brickem-mcp-server
The brickem-mcp-server lets you look up, search, and identify LEGO minifigures with real marketplace price data across a catalog of 18,000+ figures.
Look up a minifigure by ID or name — use a BrickLink ID (e.g.,
sw0002,hp001) or exact name to get price data, image URL, and theme.Fuzzy search by name — partial name matching with an optional theme filter, returning the top 10 matches with prices.
Browse by theme — list all minifigures for a theme (Star Wars, Harry Potter, Marvel, Ninjago, City, Castle, and 40+ more), sorted by value or name, with a configurable result limit.
Identify from a text description — describe a minifigure's colors, accessories, and visual features to find the best catalog matches.
Scan an image — send a photo of a minifigure for AI-powered identification and pricing via the
scan_imagetool.
Allows Codeium's Windsurf IDE to look up LEGO minifigure prices and identify minifigures using the brick'em MCP server.
brick'em MCP Server
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?"
Tools
Tool | Description |
| NEW Send a photo of a minifigure and get it identified with prices. AI-powered image recognition. |
| Look up a minifigure by BrickLink ID or name. Returns prices, image, theme. |
| Fuzzy search by name with optional theme filter. Top 10 results with prices. |
| List all minifigures for a theme (Star Wars, Harry Potter, Marvel, etc.) sorted by value. |
| Describe a minifigure's appearance (colors, accessories, theme) and get best matches. |
Supported Themes
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.
Related MCP server: lego-oracle
Install
Claude Desktop
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 Code
claude mcp add brickem -- npx -y brickem-mcp-serverCursor
Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:
{
"mcpServers": {
"brickem": {
"command": "npx",
"args": ["-y", "brickem-mcp-server"]
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"brickem": {
"command": "npx",
"args": ["-y", "brickem-mcp-server"]
}
}
}Smithery
npx -y @smithery/cli install brickem-mcp-server --client claudeUsage Examples
Once installed, ask your AI assistant:
Send a photo of a minifigure — "What minifigure is this and what is it worth?"
"What is LEGO minifigure sw0002 worth?"
"Search for Darth Vader minifigures"
"Show me the most valuable Harry Potter minifigures"
"I have a minifigure with a green ninja suit and golden weapons, what is it?"
"How much are Star Wars clone trooper minifigures worth?"
"Find all Collectible Minifigures Series figures"
Data
18,000+ LEGO minifigures in the catalog
7,200+ with price data (used and new condition)
Prices in USD sourced from historical marketplace data
Covers all major LEGO themes from 1975 to present
Development
git clone https://github.com/MichiganBricks/brickem-mcp-server.git
cd brickem-mcp-server
npm install
npm run buildTest locally:
npm startOr with hot reload:
npm run devAbout brick'em
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.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables access to RuneScape 3 data including real-time Grand Exchange prices, item information, historical price trends, and player statistics. Supports multiple game modes and provides comprehensive RuneScape Wiki API integration through natural language.Last updated12MIT
- AlicenseAqualityBmaintenanceAsk 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.Last updated10752MIT
- AlicenseBqualityCmaintenanceMCP server for searching marketplaces (TCGPlayer, Reverb, Thumbtack), verifying professional licenses (contractor, nurse), and looking up PSA card grading data. Returns real-time pricing, listings, and verification results.Last updated22604MIT
- AlicenseAqualityCmaintenanceSearch eBay and get real price data, straight from an AI agent.Last updated3MIT
Related MCP Connectors
LEGO catalog: sets, parts, minifigs, themes, colors via Rebrickable. Free key required.
Search 1.5M+ products across 20+ platforms. Compare prices, find deals, browse categories.
Barcode lookup, nutrition search, and product comparison for 3M+ crowd-sourced food products.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MichiganBricks/brickem-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server