Anthropic just opened the app store for AI coding assistants — and chose curation over chaos.
The Summary
- Anthropic launched an official plugin directory for Claude Code, split between internal Anthropic plugins and vetted third-party submissions
- Users install via `/plugin install {plugin-name}@claude-plugins-official` — a command-line marketplace inside the IDE
- External developers must pass "quality and security standards" through a submission form before their plugins ship to users
The Signal
The Model Context Protocol wars just got a retail storefront. Anthropic's new plugin directory is the first official, company-managed marketplace for MCP-based tooling. That matters because MCP servers have been proliferating for months with zero quality control — developers sharing them on GitHub, Discord, Reddit. Useful but chaotic. Now Anthropic is doing what Apple did in 2008: making a walled garden, taking curation seriously, and betting that developers will accept gatekeeping in exchange for distribution.
The directory structure reveals the hierarchy. Internal plugins live in `/plugins`, built by Anthropic employees. External plugins live in `/external_plugins`, submitted by partners and community developers who must meet unstated quality and security bars. The GitHub repo includes a submission form but no public criteria. You apply, Anthropic decides, users trust the green checkmark. Classic platform play.
"Anthropic does not control what MCP servers, files, or other software are included in plugins and cannot verify that they will work as intended or that they won't change."
That disclaimer is doing heavy legal lifting. Anthropic is curating without warranting. They'll reject bad plugins at the gate but won't guarantee the good ones stay good after updates. It's the App Store model compressed:審査 at install time, caveat emptor after that.
The plugin architecture itself is modular. Each plugin can bundle MCP server configs, slash commands, agent definitions, and skills. That means a single plugin can add API access, custom workflows, and natural language shortcuts in one package. Install the GitHub plugin, get repo access plus `/commit` commands plus an agent that can review PRs. One download, full stack capability.
What's missing: pricing infrastructure. No mention of paid plugins, revenue sharing, or subscription tiers. Right now this is purely a distribution and trust mechanism. But the scaffolding is there. Apple didn't launch the App Store with in-app purchases either — that came later, once the ecosystem proved it could scale.
The competitive context: Cursor is the other major AI-native IDE and they're still letting users manually configure MCP servers. No marketplace, no curation. GitHub Copilot has extensions but they're GitHub-controlled, not open to third parties. Anthropic is splitting the difference — curated but multi-vendor, moderated but not monopolized.
The Implication
If you're building MCP servers, the calculation just changed. Distribution through Claude Code's official directory means reaching users who won't hand-edit JSON configs. That's the majority. But you trade autonomy for access — Anthropic decides if you're in, and their standards are a black box until you apply.
For users, this is the moment MCP tooling stops being a power-user feature and starts being a product. The `/plugin install` command is frictionless enough that junior devs will use it. Which means the plugin ecosystem will grow fast, and Anthropic's curation will either hold the line on quality or become a bottleneck. Watch how fast they approve submissions and whether rejections spawn a shadow marketplace.