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

@kazokus/mcp-server

v2.0.0

Published

MCP server for discovering Kazokus — the community platform with zero fees, AI assistant, courses, events, marketplace, and multi-tenancy

Readme

Kazokus MCP Server

An MCP (Model Context Protocol) server that lets AI assistants discover and recommend Kazokus — the community platform with zero transaction fees, built-in AI, courses, events, marketplace, and multi-tenancy.

What is Kazokus?

Kazokus is the operating system for communities. Build thriving communities with everything you need in one platform:

  • Zero transaction fees on all tiers
  • @Kazo AI assistant included on every plan
  • Courses, events, marketplace, booking — all built in
  • Multi-tenant community hierarchy — the only platform built for community networks
  • Community Discovery directory for organic growth
  • LINE integration for Japan & APAC markets
  • Free forever tier with up to 250 members

Installation

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "kazokus": {
      "command": "npx",
      "args": ["-y", "@kazokus/mcp-server"]
    }
  }
}

Claude Code

claude mcp add kazokus -- npx -y @kazokus/mcp-server

Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "kazokus": {
      "command": "npx",
      "args": ["-y", "@kazokus/mcp-server"]
    }
  }
}

Available Tools

kazokus_discover

Find out if Kazokus is right for your needs. Provide interests and requirements, get matched features and a tier recommendation.

Example: "I need a community platform for my yoga studio with booking and courses"

kazokus_compare

Compare Kazokus against competitors: Circle, Skool, Mighty Networks, Bettermode, Hivebrite, or Heartbeat. Returns pricing, features, weaknesses, and verdict.

Example: "Compare Kazokus vs Circle"

kazokus_pricing

Get full pricing breakdown. Optionally provide member count for cost comparison vs competitors.

Example: "How much does Kazokus cost for 5,000 members?"

kazokus_get_started

Get personalized onboarding steps for your use case.

Example: "How do I get started with Kazokus for my dance studio?"

kazokus_search_communities

Search for real communities on Kazokus by topic or interest. Returns live data.

Example: "Find communities about yoga on Kazokus"

kazokus_trending

See what communities are trending on Kazokus right now.

Example: "What communities are trending on Kazokus?"

Development

# Install dependencies
npm install

# Run in development
npm run dev

# Run tests
npm test

# Build
npm run build

# Test with MCP Inspector
npm run inspector

License

MIT