AI agents, meetthe Neobrutalism MCP server
Ask your editor for a hero, a pricing table, a whole landing page — the MCP server hands your agent the real thing: every component, every Pro block, live previews, and install commands with your registry token already inside. One URL, and neobrutalist UI ships itself.
Add pricing to the landing page
Found a Pro block — installing it now.
$49/mo
- 150+ blocks
- Templates + MCP
- MCP server
- Built for AI agents
- 12 tools
- 150+ Pro blocks
- 50+ components
- 3 backends
- Claude Code
- Cursor
- VS Code
- Any MCP client
- One URL, one token
- Prompt → shipped
Agents ship faster with a first-party registry
Generic scraping gives your agent stale docs and guessed props. The MCP server answers from the same source of truth the site itself renders — the real registry items, the real block index, the real install URLs.
The whole catalog
Every component (Base UI, Radix, React Aria — LTR and RTL) and every Pro block, searchable by name, title, and description. Stats, categories, and per-item metadata are one tool call away.
Real source, flattened
Block source arrives already flattened to your chosen backend, with npm dependencies and registry dependencies resolved — exactly what the shadcn CLI would install, without leaving the editor.
Install commands that just run
get_install_command returns a shadcn add command with your registry token already embedded. Your agent pastes it into the terminal and the block lands in your project.
Twelve tools, zero guesswork
Discovery stays cheap, source stays opt-in — the tool surface is shaped so agents browse light and only pay tokens for code they commit to.
search_itemsSearch every component and block by name, title, and description.
list_componentsEvery free component with title, description, and docs URL.
list_block_categoriesAll Pro block categories with counts.
list_blocks_in_categoryThe blocks inside one category, with page and preview URLs.
get_componentComponent metadata — dependencies and file paths, no source.
get_component_sourceFull component source for Base UI, Radix, or React Aria.
get_blockRich block metadata — intro, used components, FAQ, preview image.
get_block_sourceInstallable block source, flattened to your chosen backend.
get_install_commandA ready-to-run shadcn add command, token included.
get_preview_urlDocs page and chrome-less live-preview URLs.
get_registry_statsTop-level counts across the whole registry.
whoamiCheck the authenticated account and Pro status.
One command to connect
The server speaks streamable HTTP — no local process, no npm package to keep updated. Point your editor at the URL and authenticate with your registry token.
Grab your registry token
Every account has a personal registry token — the same one that authenticates Pro block installs through the shadcn CLI. Copy it from your dashboard.
Dashboard → AccountAdd the server to your editor
Replace YOUR_TOKEN in the snippet for your editor. The token travels in the URL, so no extra headers or environment variables are needed.
Not on this list? Any MCP client that speaks streamable HTTP works — point it at the same URL.
A Pro feature, gated by your token
The MCP endpoint is Pro-only, like the blocks it serves. Requests without a valid token get 401; a valid token without a Pro plan gets 403 with an upgrade link. Upgrading takes effect immediately — no new token needed.
Give your agent the whole design system
Pro unlocks the MCP server, every block, all templates, and the Figma kit — one license, everything shipped since.
MCP server
FAQ
The Pro MCP endpoint on this page — what it serves, how the token works, and how it differs from the free CLI setup.