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

@spranab/discord-mcp

v1.0.1

Published

Discord MCP server for managing Discord servers via Claude

Readme

@spranab/discord-mcp

A Discord MCP (Model Context Protocol) server that lets AI assistants like Claude manage your Discord server. Single hierarchical tool design — one tool, tiered navigation, zero bloat.

Features

One discord tool with 11 categories and 30+ actions:

| Category | Actions | Description | |---|---|---| | server | list, info | List servers, get server details | | channels | list, create, edit, delete | Full channel management | | messages | send, read, edit, delete, bulk_delete, pin, react, search | Send, read, moderate messages | | roles | list, create, edit, delete, assign | Role CRUD + assignment | | members | list, info, nickname | Member listing and management | | moderation | kick, ban, unban, timeout, list_bans | Server moderation | | threads | create | Thread creation | | webhooks | list, create | Webhook management | | invites | create, list | Invite management | | emojis | list | Custom emoji listing | | audit | log | Audit log access |

How It Works

The tool uses 3-level navigation to keep your tool list clean:

discord()                                          → list categories
discord(category="messages")                       → list actions & params
discord(category="messages", action="send", params={...}) → execute

Installation

With Claude Code

Add to your .mcp.json:

{
  "mcpServers": {
    "discord": {
      "command": "npx",
      "args": ["-y", "@spranab/discord-mcp"],
      "env": {
        "bot_token": "YOUR_BOT_TOKEN"
      }
    }
  }
}

Manual

npm install -g @spranab/discord-mcp

Run with bot_token environment variable set:

bot_token=YOUR_BOT_TOKEN discord-mcp

Discord Bot Setup

  1. Go to the Discord Developer Portal
  2. Create a new application
  3. Go to Bot and copy the token
  4. Enable Privileged Gateway Intents (all three):
    • Presence Intent
    • Server Members Intent
    • Message Content Intent
  5. Go to Installation > Default Install Settings > Guild Install
  6. Add the bot scope and select Administrator permissions
  7. Use the install link to add the bot to your server

Tech Stack

License

MIT