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

brandguideai-mcp

v1.0.4

Published

brandguide/AI MCP server — brand strategy knowledge base for Claude Code, Cursor, and any MCP client

Downloads

64

Readme

brandguideai-mcp

Brand strategy knowledge base for Claude Code, Cursor, Windsurf, and any MCP-compatible tool.

Search 1,000+ pages of brand methodology, design guidelines, and expert video transcripts — directly from your development environment.

Quick start

npx brandguideai-mcp

No signup needed. 4 free queries included.

Setup

Claude Code

claude mcp add brandguide -- npx brandguideai-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "brandguide": {
      "command": "npx",
      "args": ["-y", "brandguideai-mcp"]
    }
  }
}

Cursor / Windsurf / Other MCP clients

Add to your MCP configuration:

{
  "command": "npx",
  "args": ["-y", "brandguideai-mcp"]
}

What you get

search_brand_knowledge — one tool that searches the brandguide/AI knowledge base.

Ask anything about brand strategy:

  • "What is brand identity?"
  • "How do I choose brand colors?"
  • "What makes a good brand name?"
  • "Mi a brand pozicionálás?" (works in Hungarian too)

Responses include expert answers with source citations from brand strategy books and video transcripts.

Free tier

Every user gets 4 free queries. No account or API key required — a temporary session is created automatically on first use.

After 4 queries, the tool returns upgrade links:

  • Creator — 300 queries/month
  • Pro — 1,000 queries/month
  • Mentor+ — unlimited

For existing brandguide/AI subscribers

Log in once to use your subscription quota:

npx brandguideai-mcp login

Enter your brandguide/AI email and password. A refresh token is stored locally at ~/.brandguide/credentials.json — your password is never saved.

After login, all MCP queries use your subscription quota instead of the 4 free queries.

To log out:

npx brandguideai-mcp logout

How it works

The MCP server connects to the brandguide/AI knowledge base through the partner API. Queries are processed by the same RAG pipeline that powers the web app — Voyage AI embeddings, Supabase vector search, and Claude for response generation.

Credentials are stored locally at ~/.brandguide/credentials.json.

Links

License

MIT