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

design-dna-mcp

v0.2.1

Published

Installable MCP server for landing-page design guidance based on a structured reference library.

Readme

Design DNA MCP Server

This repository now exposes the upgraded landing_page_design_agent_reference.md file as a local MCP server for coding agents.

What it does

Given a design prompt, the server:

  • classifies the ask against archetypes such as A01 Dark Technical Comparison SaaS or A15 Serene Wellness Minimal
  • picks a primary, secondary, and optional tertiary reference without mixing incompatible systems
  • uses site-level observed cues plus archetype defaults
  • returns composition guidance, design tokens, button/form style, imagery direction, proof strategy, and critique notes

Tools

  • get_design_guidance
  • list_design_knowledge
  • get_design_category
  • get_mix_recipe

Install

Install globally from the local repo:

npm install -g /Users/rajivpriyadarshi/Desktop/Design-agent

Or build a tarball first and install that:

cd /Users/rajivpriyadarshi/Desktop/Design-agent
npm pack
npm install -g ./design-dna-mcp-0.2.1.tgz

After install, the CLI command is:

design-dna-mcp --doctor

Run locally

design-dna-mcp

Example MCP config

For clients that support stdio MCP servers, point them at the installed binary:

{
  "mcpServers": {
    "design-dna": {
      "command": "design-dna-mcp"
    }
  }
}

If you do not want a global install, you can still use the repo directly:

{
  "mcpServers": {
    "design-dna": {
      "command": "node",
      "args": ["/Users/rajivpriyadarshi/Desktop/Design-agent/bin/design-dna-mcp.js"],
      "cwd": "/Users/rajivpriyadarshi/Desktop/Design-agent"
    }
  }
}

Knowledge layout

The registry is what makes future expansion clean. When you add more files later, the next step is to register them in design_knowledge/sources.json and extend parsing rules only if the new file shape differs.

Expected usage

Send a product prompt like:

Design a landing page for an AI compliance platform aimed at fintech teams. It should feel credible, modern, and optimized for demo bookings.

The server will return:

  • chosen primary/secondary/tertiary references
  • selected archetype defaults
  • any matching mix recipe
  • concrete design guidance and what to avoid