-
Notifications
You must be signed in to change notification settings - Fork 67
Add .claude-plugin/marketplace.json for plugin distribution
#306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .claude-plugin/marketplace.json for plugin distribution
#306
Conversation
| /plugin marketplace add modelcontextprotocol/ext-apps | ||
| /plugin install mcp-apps@modelcontextprotocol-ext-apps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be tested (after we merge).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can test locally w/ /plugin marketplace add /path/to/ext-apps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't 100% sure about /plugin install mcp-apps@modelcontextprotocol-ext-apps. Specifically, the format of @modelcontextprotocol-ext-apps. I suppose CC derives that from .claude-plugin/marketplace.json -> plugins[].source -> .claude-plugin/plugin.json -> repository? 🤔
Anyway, it works. Thanks!
@modelcontextprotocol/ext-apps
@modelcontextprotocol/server-basic-react
@modelcontextprotocol/server-basic-vanillajs
@modelcontextprotocol/server-budget-allocator
@modelcontextprotocol/server-cohort-heatmap
@modelcontextprotocol/server-customer-segmentation
@modelcontextprotocol/server-map
@modelcontextprotocol/server-pdf
@modelcontextprotocol/server-scenario-modeler
@modelcontextprotocol/server-shadertoy
@modelcontextprotocol/server-sheet-music
@modelcontextprotocol/server-system-monitor
@modelcontextprotocol/server-threejs
@modelcontextprotocol/server-transcript
@modelcontextprotocol/server-video-resource
@modelcontextprotocol/server-wiki-explorer
commit: |
249c6a5 to
63439bd
Compare
This enables users to install the `mcp-apps` plugin via:
/plugin marketplace add modelcontextprotocol/ext-apps
/plugin install mcp-apps@modelcontextprotocol-ext-apps
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
63439bd to
7078f81
Compare
ochafik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
| /plugin marketplace add modelcontextprotocol/ext-apps | ||
| /plugin install mcp-apps@modelcontextprotocol-ext-apps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can test locally w/ /plugin marketplace add /path/to/ext-apps
1210347
into
modelcontextprotocol:main
This enables users to install the
mcp-appsplugin via: