Adding Your Marketplace to Claude
This guide walks you through adding your Webrix plugin marketplace to Claude via the organization settings on claude.ai or the Anthropic Console.
Prerequisites
- An Anthropic organization account with admin access
- Your marketplace repository URL (from Webrix — see Managed Marketplace Sync or GitHub Integration)
Repository structure
Webrix generates the following layout for Claude:
your-org-slug/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ └── <plugin-slug>/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── .mcp.json
│ └── skills/
│ └── <skill-slug>/
│ └── SKILL.md
Step 1: Open Organization Settings
- Go to claude.ai and sign in with your admin account.
- Navigate to Organization settings in the left sidebar.
- Under Libraries, click Plugins.
Step 2: Add plugins
Click the Add plugins button in the top right corner. You'll see two options:
Option A: Sync from GitHub
Use this option if your marketplace is hosted on GitHub (recommended with Webrix).
- Select Sync from GitHub.
- Paste your GitHub repository URL (e.g.
https://github.com/your-org/my-marketplace). - Click Continue.
- Claude will parse your
.claude-plugin/marketplace.jsonand display the list of plugins. - Review the plugins and configure access settings.
- Click Save.
Your marketplace will appear in the Plugins list with a GitHub and Synced badge. You can click Update at any time to pull the latest version from your repository.
Option B: Upload a file
Use this option to import your marketplace as a .zip file.
- Select Upload a file.
- Download the plugin zip from Webrix (from the plugin edit page, click Download Claude).
- Upload the
.zipfile. - Claude will extract and parse the marketplace contents.
- Review the plugins and configure access settings.
- Click Save.
Step 3: Manage your marketplace
Once added, your marketplace appears in the Plugins list. From here you can:
- Update — Pull the latest version from GitHub (for synced marketplaces).
- View plugins — Expand the marketplace to see all included plugins.
- Configure access — Control which team members can see and install the plugins.
- Remove — Delete the marketplace and its plugins.