npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

neobrutalism-mcp-server

v1.0.8

Published

A Model Context Protocol (MCP) server for neobrutalism components, providing AI assistants with access to component source code, demos, blocks, and metadata.

Downloads

31

Readme

Neobrutalism Components MCP Server

npm version License: MIT

🚀 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.

✨ Key Features

  • 🎯 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

🚀 Quick Start

For Claude Code

claude mcp add neobrutalism -- npx -y neobrutalism-mcp-server

For Cursor and Other AI Tools

# Simple usage!
npx neobrutalism-mcp-server

🎯 All components included locally!

🖼️ What You Can Build

Sample UI generated with this MCP server

This entire React interface was generated with Claude Code using this MCP server in just one prompt!

🎨 Component Categories

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 |

🛠️ Setup

For Claude Code Users

claude mcp add neobrutalism -- npx -y neobrutalism-mcp-server

For Other AI Tools

First run the server:

npx neobrutalism-mcp-server

Then add this to your AI tool's config:

{
  "mcpServers": {
    "neobrutalism": {
      "command": "npx",
      "args": ["neobrutalism-mcp-server"]
    }
  }
}

🎯 What You Can Do

  • 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

📦 Available Tools

This server gives AI tools these helpful functions:

  • list_components - Get all available neobrutalism components
  • get_component - Get source code for a specific component
  • get_component_demo - Get demo/example usage for a component
  • get_component_metadata - Get metadata (dependencies, type, etc.)
  • get_directory_structure - Browse the repository structure

🎨 Component Examples

React UI Components

  • button - Neobrutalism-styled React button components
  • card - Container React components with bold borders
  • dialog - Modal React dialog components with stark styling
  • input - Form input React components

React Star Components

  • s1 to s40 - Decorative star and ornamental React components
  • Each with unique neobrutalism styling

📦 Installation

# 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-server

🔗 Repository

This server includes components from https://www.neobrutalism.dev/ and the ekmas/neobrutalism-components repository.

📄 License

MIT License - see LICENSE for details.

🙏 Acknowledgments

  • 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!