🚀 The fastest way to integrate neobrutalism components into your AI workflow
A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to neobrutalism components - a collection of neobrutalism-styled React components that work with Next.js, Vite, and other React frameworks.
- 🎯 Neobrutalism Design - Bold, stark, and brutalist-inspired UI components
- 📦 Component Source Code - Latest TypeScript source code from the registry
- 🎨 Component Demos - Example implementations and usage patterns
- ⭐ Stars Components - 40 unique star/decoration components (s1-s40)
- 📋 Metadata Access - Dependencies, descriptions, and configuration details
- 🔍 Directory Browsing - Explore repository structures
- ⚡ Local Components - All components included locally, no external dependencies
claude mcp add neobrutalism -- npx -y neobrutalism-mcp-server# Simple usage!
npx neobrutalism-mcp-server🎯 All components included locally!
This entire React interface was generated with Claude Code using this MCP server in just one prompt!
This server gives you access to cool neobrutalism components organized in different groups:
| Category | Description | Examples |
|---|---|---|
| UI Components | Core neobrutalism-styled React components | button, card, dialog, alert |
| Form Components | Input and form React components | input, label, checkbox, textarea |
| Layout Components | Structure and navigation components | sheet, sidebar, navigation-menu |
| Star Components | Decorative React elements | s1, s2, s3, ... s40 |
claude mcp add neobrutalism -- npx -y neobrutalism-mcp-serverFirst run the server:
npx neobrutalism-mcp-serverThen add this to your AI tool's config:
{
"mcpServers": {
"neobrutalism": {
"command": "npx",
"args": ["neobrutalism-mcp-server"]
}
}
}- Build Cool React UIs - Let AI help you make React websites with neobrutalism style (not HTML pages)
- Find Components - See what React components are available and how to use them
- Make Prototypes Fast - Get working React component code quickly
- Create Design Systems - Build consistent brutalist-style React designs
- Generate Code - Get React component code with all the right dependencies
This server gives AI tools these helpful functions:
list_components- Get all available neobrutalism componentsget_component- Get source code for a specific componentget_component_demo- Get demo/example usage for a componentget_component_metadata- Get metadata (dependencies, type, etc.)get_directory_structure- Browse the repository structure
button- Neobrutalism-styled React button componentscard- Container React components with bold bordersdialog- Modal React dialog components with stark stylinginput- Form input React components
s1tos40- Decorative star and ornamental React components- Each with unique neobrutalism styling
# Install globally (optional)
npm install -g neobrutalism-mcp-server
# Or use npx directly (recommended)
npx neobrutalism-mcp-server
# Or install locally in a project
npm install neobrutalism-mcp-serverThis server includes components from https://www.neobrutalism.dev/ and the ekmas/neobrutalism-components repository.
MIT License - see LICENSE for details.
- ekmas - For the amazing neobrutalism components library
- shadcn - For the foundational shadcn/ui architecture
- Anthropic - For the Model Context Protocol specification
Made by https://github.com/dennisimoo
Star ⭐ this repo if you find it helpful!
