Popcorn messaging integration for Claude Code
npx claudepluginhub popcornaihq/popcorn-claude-codePopcorn messaging integration for Claude Code
Popcorn messaging plugin for Claude Code.
In Claude Code:
/plugin marketplace add PopcornAiHq/popcorn-claude-code
/plugin install popcorn@popcorn
Tip: Enable auto-update for this marketplace in
/plugin→ Marketplaces to stay current.
/popcorn:pop — publish your project to a Popcorn channel in one command.This plugin works with either transport:
| CLI | MCP | |
|---|---|---|
| Install | Auto-installed on first use | Auto-configured on first use |
| Updates | Auto-updates itself (or popcorn upgrade) | Server-side (transparent) |
| Features | Full (30+ commands) | 7 tools (messaging, channels, deploy) |
| Context usage | Minimal (runs in shell) | Higher (MCP tool calls) |
| Recommended | Yes — preferred for all operations | Always available for conversational features |
Both are installed on first use. The plugin prefers CLI when available and falls back to MCP tools.
./dev/test-install.sh
Launches Claude Code in an isolated environment (temp project + clean config dir) so you can test plugin installation without affecting your real setup.
make bump v=X.Y.Z
Updates plugin.json and marketplace.json, commits, ready to push.
MIT