Claude Opens a Plugin Directory Submission Portal for MCP and Skills
Anthropic launched a Claude directory submission portal on September 25, 2026. Developers on paid Claude plans can submit a remote MCP connector or a GitHub-hosted plugin bundle that packages MCP servers and skills, follow validation and safety review, publish approved versions, and see listing and usage analytics.
Anthropic launched a directory submission portal for Claude plugins on September 25, 2026. Developers can submit a remote MCP connector or a GitHub-hosted plugin bundle that combines MCP servers and Agent Skills, follow validation and safety review, publish an approved version, and inspect usage after it is live. The portal is open to developers on paid Claude plans. (Anthropic)
Key Takeaways
- Two submission paths: submit one remote MCP server as a connector, or submit a plugin bundle from GitHub. (Anthropic; Claude plugin submission docs)
- A plugin packages building blocks: MCP connectors and Agent Skills, with LSPs, commands, hooks, and agents also supported in Claude Code. (Anthropic)
- Review is built into the portal: submissions are automatically checked and safety-scanned, with review status, scan results, and recommended changes shown to the developer. (Anthropic)
- The GitHub repository is the source: the submission docs require a repository and a connected GitHub account, and the directory checks each plugin version before it goes live. (Claude plugin submission docs)
- Analytics start after launch: developers can see installs, versions, runs, error rates, listing views, and searches that lead people to a listing. (Anthropic; Claude plugin submission docs)
- Discovery is still rolling out: Anthropic says one discovery experience will roll out across Claude and Claude Code over the coming weeks. (Anthropic)
What Anthropic Opened
Anthropic's new portal is the publishing path for third-party extensions in the Claude directory. A developer builds a plugin, points the portal at its GitHub repository, and submits it for validation and review. Once approved and published, people can add the plugin from Claude and use it in Chat, Cowork, and Claude Code. (Anthropic; Claude plugin submission docs)
This is different from a private team marketplace or a local plugin folder. The directory is Anthropic's reviewed listing surface. The plugin overview says directory plugins go through automated validation, a security scan, and a human review for a new listing before it goes live. (Claude plugins overview)
The Two Submission Paths
The portal gives developers two concrete choices:
| Submission type | What you submit | What it is for |
|---|---|---|
| MCP connector | One remote MCP server | List a single remote tool or data connection in the directory |
| Plugin bundle | A GitHub repository containing MCP servers and skills | Package multiple Claude extension components as one installable listing |
The distinction matters when you are deciding how much to ship. A connector is the narrow path for one remote MCP server. A plugin bundle is the portable unit for a broader workflow, such as a skill plus the MCP server it calls. Anthropic's docs say that a plugin can also contain commands, hooks, agents, and LSPs in Claude Code. (Anthropic; Claude plugin submission docs)
If a plugin references an MCP server that you operate, Anthropic's submission docs describe submitting the plugin and the MCP connector separately when the server is not already listed. That keeps the plugin package and the remote service as distinct directory objects. (Claude plugin submission docs)
How to Submit a Plugin
Start at the developer portal at claude.ai/directory/manage and select Submit new. Choose Plugin bundle, enter the GitHub repository and optional plugin path, and run the portal's validation step before completing the listing. Anthropic's documentation says the repository may remain private while it is validated and submitted, but it must be public before the listing goes live. (Claude plugin submission docs)
Before you start, prepare:
- A GitHub repository containing the plugin.
- A GitHub account connected on claude.ai.
- A plan and role that can submit to the directory.
- A
.claude-plugin/plugin.jsonmanifest and the files the plugin needs. - A README that explains what the plugin does and how it handles data.
Run claude plugin validate ./your-plugin locally first. The portal's Validate step checks more than the command-line command, so a local pass is preparation, not a substitute for portal validation. (Claude plugin submission docs; Plugin pre-submission checklist)
Validation and Safety Review
The submission flow is designed to catch problems before a listing reaches users. Anthropic says the portal automatically checks and safety-scans each submission, then shows the review position, scan results, and recommended changes. The plugin overview adds that every directory plugin version receives automated validation and a security scan before it can go live. (Anthropic; Claude plugins overview)
The practical sequence is:
- Validate the repository in the portal.
- Fix any blocking findings and push the changes.
- Re-validate the new commit.
- Submit the plugin for review.
- Publish the version after it passes the checks and review.
The directory does not treat a passing scan as an automatic public launch. Anthropic's docs describe separate publication controls, including reviewer-published versions and an auto-publish setting for passing versions. A new version that is held or does not pass leaves the last published version serving users. (Claude plugin submission docs)
Analytics After Launch
The portal turns a directory listing into an observable distribution channel. Anthropic says developers can see installs by product and version, how often the listing is viewed, and which searches lead people to it. The submission docs also list installs, versions, runs, and error rates in the plugin's Usage tab. (Anthropic; Claude plugin submission docs)
Use those signals to improve the listing and the workflow, not to assume that installs equal successful adoption. A high view count with few installs can indicate unclear positioning. A high install count with a high error rate can indicate that the plugin's setup, permissions, or remote MCP service needs work. The official pages document the available metrics, but they do not publish a benchmark for a healthy conversion rate or error rate.
What Users Will See
Once a plugin passes review and is published, users can find it in Claude's plugin discovery surfaces and add it to their account. Anthropic's plugin overview says directory plugins are available on Pro, Max, Team, and Enterprise plans, subject to organization controls on Team and Enterprise. (Claude plugins overview)
Anthropic says one discovery experience will roll out across Claude and Claude Code over the coming weeks. That means the portal is live now, while the final way users discover a listing can continue to change during the rollout. Do not treat the first directory placement as a guarantee of immediate, identical discovery across every Claude surface. (Anthropic)
What Developers Should Do Now
If you already maintain an MCP server or Agent Skill, package the smallest useful workflow first. Submit a connector when one remote server is the complete product. Use a plugin bundle when the user needs the server plus instructions, commands, hooks, or skills to make it useful.
Then validate from a GitHub repository, write a precise README, and test the listing as a user would install it. Keep the data-handling explanation specific, because the portal asks compliance questions and the directory performs a safety scan. Treat the Usage tab as a feedback loop for the listing and version you actually published.
Sources
- Anthropic, “Build plugins for Claude with the directory submission portal,” September 25, 2026: https://claude.com/blog/build-plugins-for-claude
- Claude.ai Documentation, “Submitting your plugin”: https://claude.com/docs/plugins/submit
- Claude.ai Documentation, “Plugins”: https://claude.com/docs/plugins/overview
- Claude.ai Documentation, “Plugin pre-submission checklist”: https://claude.com/docs/plugins/pre-submission-checklist
- ClaudeDevs on X, announcement thread, September 25, 2026: https://x.com/ClaudeDevs/status/2103577007938228300
Read next
Related coverageAgent Plugins: An Open Standard for Skills and MCP
OpenAI Developers introduced Agent Plugins, an open, vendor-neutral package format for sharing Agent Skills and MCP server configurations across compatible agent clients.
- ChatGPT
ChatGPT Workspaces Can Sync GitHub Plugin Marketplaces Daily
ChatGPT workspace admins and owners can now import plugin marketplaces from public or private GitHub repositories and keep them synchronized automatically. The feature gives teams a central way to distribute Codex and Claude-compatible plugins while keeping installation policies and app permissions under workspace control.
- Claude
Claude Marketplace Adds Cursor, CrowdStrike, Factory, Gamma, and Vercel
Anthropic is expanding Claude Marketplace with Cursor, CrowdStrike, Factory, Gamma, and Vercel. Enterprise customers can use an existing Anthropic spend commitment to buy Claude-powered solutions from marketplace partners, with Anthropic directing buyers to their account team rather than a self-serve checkout.
Frequently Asked Questions
What did Anthropic launch for Claude plugins?
Anthropic launched a directory submission portal where developers can submit a remote MCP connector or a plugin bundle that combines MCP servers and skills. The portal validates submissions, runs a safety scan, tracks review, and supports publishing an approved version in the Claude directory.
What can a Claude plugin bundle contain?
A plugin bundle can combine MCP servers and Agent Skills. In Claude Code, Anthropic also documents support for LSPs, commands, hooks, and agents inside plugins. The bundle is submitted from a GitHub repository through the developer portal.
Who can submit a plugin to the Claude directory?
Anthropic's launch post says the new directory submission portal is open to developers on paid Claude plans. The submission documentation also requires a GitHub repository, a connected GitHub account, and a plan and role that can submit to the directory.
What happens after a plugin is submitted?
The portal validates the plugin and runs a safety scan. Developers can follow the review status, see scan results and recommended changes, and publish an approved version. Anthropic's documentation says every directory plugin version receives automated validation and a security scan before it can go live.
What analytics are available for a Claude plugin?
Anthropic says live plugins expose usage analytics for installs by product and version, listing views, and searches that lead people to the listing. The plugin submission documentation also lists installs, versions, runs, and error rates in the plugin's Usage tab.