A curated, static plugin registry for Claude Code. Add the marketplace, browse available plugins, and install them -- no manual cloning or config editing required.
This repository is a plugin marketplace for Claude Code. It hosts a single JSON index file that Claude Code reads to discover and install plugins. The registry is static -- no backend, no database, no build step. Plugin authors submit entries via pull request.
claude plugin marketplace add Djarvur/cc-mplaceclaude plugin install <plugin-name>For example, to install the web search plugin:
claude plugin install cc-websearchclaude plugin list| Plugin | Description |
|---|---|
| cc-websearch | DDG-powered WebSearch and WebFetch replacement for Claude Code |
Plugins are added via pull request. Fork this repository, add an entry to .claude-plugin/marketplace.json, and open a PR. Entries are validated against the official Claude Code marketplace schema.
All rights reserved.