What is the Rebrickable MCP server?
LEGO catalog: sets, parts, minifigs, themes, colors via Rebrickable. Free key required.
How to install Rebrickable
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"rebrickable": {
"url": "https://gateway.pipeworx.io/rebrickable/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rebrickable": {
"serverUrl": "https://gateway.pipeworx.io/rebrickable/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"rebrickable": {
"type": "http",
"url": "https://gateway.pipeworx.io/rebrickable/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"rebrickable": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/rebrickable/mcp"
]
}
}
}Claude Code
claude mcp add --transport http rebrickable https://gateway.pipeworx.io/rebrickable/mcp