brickognize-mcp MCP Server
NazarLysyi/brickognize-mcp
MCP server for LEGO recognition using the Brickognize API — identify parts, sets, and minifigures from photos
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
NazarLysyi/brickognize-mcp is a TypeScript MCP server licensed under MIT. MCP server for LEGO recognition using the Brickognize API — identify parts, sets, and minifigures from photos
Ranked #30 out of 100 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
2 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Brickognize MCP Server
MCP server for identifying LEGO parts, sets, and minifigures from images using the [Brickognize API](https://api.brickognize.com/docs).
Huge thanks to [Piotr Rybak](https://brickognize.com/about) for creating the Brickognize service and making LEGO recognition accessible to everyone!
## Setup
```bash
npm install
npm run build
```
## Configuration
Add to your MCP client config:
```json
{
"mcpServers": {
"brickognize": {
"command": "node",
"args": ["/absolute/path/to/brickognize-mcp/dist/index.js"]
}
}
}
```
## Tools
| Tool | Description |
| ---------------------------- | ---------------------------------------------------- |
| `brickognize_health` | Check API status |
| `brickognize_identify` | Identify any LEGO item from an image |
| `brickognize_identify_part` | Identify a specific LEGO part Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.