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

mcp-design-reference

v1.0.0

Published

MCP server for design reference by category

Readme

デザイン参考用ジャンル別サイトMCP

ジャンル毎の人気サイトを参考にして、デザインのインスピレーションを得るためのMCPサーバーです。

何ができるか

  • 10ジャンル(ニュース、SNS、EC、教育など)の人気サイトランキングを取得
  • 各ジャンルの具体的なデザイン要素を分析:
    • カラートーン(メイン色、アクセント色、背景色)
    • ボタンの配置パターン(フローティング、固定、インライン)
    • レイアウト構造(グリッド、カード、リスト)
  • 分析結果を元にコード生成時に自動的にデザインを踏襲

使い方

1. インストール

npm install

2. テスト(ブラウザで確認)

npx @modelcontextprotocol/inspector .

3. Claude Desktopで使用

npmから実行(推奨)

{
  "mcpServers": {
    "mcp-design-reference": {
      "command": "npx",
      "args": ["mcp-design-reference"]
    }
  }
}

GitHubから直接実行

{
  "mcpServers": {
    "mcp-design-reference": {
      "command": "npx",
      "args": ["github:kirinnokubinagai/mcp-design-reference"]
    }
  }
}

使用例

Claudeでの会話例:

あなた: 「SNSアプリを作りたい」

Claude(裏側の動作):

  1. MCPが人気SNSサイトのデザイン要素を自動分析
  2. 色のトーン(青系・白基調)、ボタン配置(右下フローティング)などを抽出
  3. これらのデザイン要素を踏襲したプロジェクトを作成

結果: 人気SNSのデザインパターンを取り入れたアプリが完成(説明不要で視覚的に優れたUI)

技術仕様

  • データソース: Tranco List(無料・毎日更新)
  • APIキー: 不要
  • キャッシュ: 24時間有効(高速レスポンス)

npm公開手順(メンテナー向け)

  1. npmにログイン
npm login
  1. パッケージを公開
npm publish --access public

ライセンス

MIT