Bring Lego
to Cline
Create your Vinkius account to connect Rebrickable LEGO to Cline and start using all 11 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the Rebrickable LEGO MCP Server?
Connect to the Rebrickable LEGO API and explore the entire LEGO catalog through natural conversation.
What you can do
- Sets — Search and browse LEGO sets by theme, year or part number with piece counts and images
- Parts — Explore the official LEGO parts catalog with part numbers, names and categories
- Minifigures — Discover minifigures with their set numbers, themes and images
- Themes — Browse all LEGO themes and sub-themes with set counts
- Colors — List all LEGO colors with their IDs, names and RGB values
- Set Parts — Get complete parts inventories for any LEGO set including spare parts
How it works
- Subscribe to this server
- Enter your Rebrickable API Key
- Start exploring LEGO data from Claude, Cursor, or any MCP-compatible client
No more navigating the Rebrickable website to find set details or parts inventories. Your AI acts as a dedicated LEGO archivist.
Who is this for?
- LEGO Fans — discover sets by theme, find specific minifigures and explore the parts inventory
- MOC Builders — search for parts by number, check available colors and browse themes for inspiration
- Collectors — track sets by year, find specific editions and discover theme collections
Built-in capabilities (11)
g. "sw0001-1"). Returns the minifig name, theme, year, piece count and image URLs. Get details for a specific LEGO minifigure
g. "3001" for a 2x4 brick). Returns the part name, category, image URLs and available colors. Get details for a specific LEGO part
Returns color IDs, color names and availability info. Useful for finding which colors a part is available in for MOC building. Get available colors for a LEGO part
g. "75192-1"). Returns the set name, year, theme, piece count, minifig count, image URLs and related info. Set numbers follow the format "NNNN-N" where NNNN is the set number and N is the variant. Get details for a specific LEGO set
Each entry includes the part number, color ID, quantity and whether it's a spare part. Optionally include minifig parts. Use list_colors and list_parts to resolve color and part details. Get the parts inventory for a LEGO set
Returns the theme name, parent theme (if sub-theme) and set count. Get details for a specific LEGO theme
Useful for understanding color availability in sets and MOC building. List all LEGO colors in the catalog
Returns minifig numbers, names, themes, year and image URLs. Optionally filter by part number. Use pagination with page and page_size (max 1000). Search LEGO minifigures
Returns part numbers, names, categories and image URLs. Optionally filter by part number pattern. Use pagination with page and page_size (max 1000). Search LEGO parts in the catalog
Optionally filter by theme ID, year, or part number. Returns set numbers, names, year, theme, piece count and image URLs. Use pagination with page and page_size (max 1000 per request). Search LEGO sets in the Rebrickable catalog
g. Star Wars, City, Technic) and their sub-themes. Each theme includes its ID, name, parent theme ID (for sub-themes) and set count. Optionally filter by parent theme ID to get sub-themes of a specific theme. List LEGO themes and sub-themes
Why Cline?
Cline operates autonomously inside VS Code. it reads your codebase, plans a strategy, and executes multi-step tasks including Rebrickable LEGO tool calls without waiting for prompts between steps. Connect 11 tools through Vinkius and Cline can fetch data, generate code, and commit changes in a single autonomous run.
- —
Cline operates autonomously. it reads your codebase, plans a strategy, and executes multi-step tasks including MCP tool calls without step-by-step prompts
- —
Runs inside VS Code, so you get MCP tool access alongside your existing extensions, terminal, and version control in a single window
- —
Cline can create, edit, and delete files based on MCP tool responses, enabling end-to-end automation from data retrieval to code generation
- —
Transparent execution: every tool call and file change is shown in Cline's activity log for full visibility and approval before committing
Rebrickable LEGO in Cline
Why run Rebrickable LEGO with Vinkius?
The Rebrickable LEGO connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 11 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect Rebrickable LEGO using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
Rebrickable LEGO and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect Rebrickable LEGO to Cline through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
Rebrickable LEGO for Cline
Every request between Cline and Rebrickable LEGO is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
How do I get a Rebrickable API key?
Visit rebrickable.com/api, sign in with your Rebrickable account, and your API key will be displayed on the page. Copy it — it's a long alphanumeric string.
Can I search for sets by theme?
Yes! Use list_sets with theme_id to filter by theme. First use list_themes to find the theme ID (e.g. Star Wars = 170), then pass it to list_sets. You can also filter by year or part number.
Can I see the parts inventory for a set?
Yes! Use get_set_parts with the set number (e.g. "75192-1" for the Millennium Falcon). Returns every part with its part number, color ID, quantity and whether it's a spare. Set inc_minifig_parts to true to include minifig parts.
How many results can I get at once?
The API supports up to 1000 results per request. Use the page_size parameter (max 1000, default 100) and page for pagination. The total count and next/previous URLs are returned in each response.
How does Cline connect to MCP servers?
Cline reads MCP server configurations from its settings panel in VS Code. Add the server URL and Cline discovers all available tools on initialization.
Can Cline run MCP tools without approval?
By default, Cline asks for confirmation before executing tool calls. You can configure auto-approval rules for trusted servers in the settings.
Does Cline support multiple MCP servers at once?
Yes. Configure as many servers as needed. Cline can use tools from different servers within the same autonomous task execution.
Server shows error in sidebar
Click the server name to see logs. Verify the URL and token are correct.
Explore More MCP Servers
View all →
Learn Amp
10 toolsCombine learning, engagement, and performance in one people development platform that helps employees grow and organizations thrive.

Argo CD (GitOps)
13 toolsManage Kubernetes deployments via Argo CD — sync applications, check logs, and manage clusters/repositories directly from your AI agent.

Slab
12 toolsManage your team's knowledge base — query wiki articles, create new documentation, and explore topics directly using AI agents.

Resend Alternative
14 toolsSend emails and manage domains via Resend — send transactional emails, track deliveries, manage domains and API keys from any AI agent.
