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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@djionidev/ui-design-mcp

v1.2.0

Published

AI-powered frontend design via MCP — generate premium UI components, pages, and design systems

Readme

UI Design MCP

AI-powered frontend design via MCP — generate premium UI components, pages, and design systems from natural language.

What it does

This MCP server turns natural language into production-grade frontend code:

  • Complete pages (dashboards, landing pages, settings, etc.)
  • UI components with premium design quality
  • Design systems with consistent tokens
  • Surgical modifications to existing components
  • Code snippets that integrate into existing projects

Tools

| Tool | Description | |------|-------------| | generate_vibes | Generate 5 design vibe options for a new project | | create_frontend | Create a new page or component with premium design | | modify_frontend | Redesign a specific UI element (surgical find/replace) | | snippet_frontend | Generate a JSX/HTML snippet to insert into existing code |

Prerequisites

  1. Node.js >= 18
  2. DjioniDev API key

Installation

npm install -g @djionidev/ui-design-mcp

Configuration

Claude Code

claude mcp add ui-design -- npx -y @djionidev/ui-design-mcp

Claude Desktop / Cursor / Windsurf

{
  "mcpServers": {
    "ui-design": {
      "command": "npx",
      "args": ["-y", "@djionidev/ui-design-mcp"]
    }
  }
}

API Key

Your djd_live_ API key is passed per call as a tool parameter. Your AI assistant will ask for it the first time a tool is invoked in a conversation. The key is never stored in config files or environment variables — it lives only in the active conversation.

Usage

New project (recommended flow)

  1. Ask: "Generate design vibes for my SaaS dashboard"
  2. Pick your favorite vibe
  3. Ask: "Create a pricing page with the selected vibe"
  4. Receive complete, styled code

Existing project

Pass your CSS/theme files as context so generated code matches your design system:

"Create a settings page matching my existing design"

Design system

On the first page, set generateDesignSystem: true. The tool returns both the code AND a complete design system (colors, typography, spacing, buttons, inputs, cards). Save it as design-system.md at your project root — all subsequent pages will automatically match.

Billing

Each successful generation consumes 1 credit. Your monthly plan credits are used first, then any bonus credits from one-time top-ups. When you run out, the tool returns a clear upgrade link.

Environment Variables

The MCP server itself needs no secrets. The only optional env vars are non-sensitive overrides:

| Variable | Required | Description | |----------|----------|-------------| | LLM_MODEL | No | Override the underlying model | | DJIONI_LICENSE_API_URL | No | Override the license API URL (default: production) |

License

MIT