A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Search and install Claude Code extensions mid-conversation
An MCP server that gives Claude direct access to the CodeGuilds registry — so you can search, discover, and install Claude Code extensions mid-conversation, without leaving your chat.
Once installed, Claude can:
npx codeguilds install <slug> for one-command installsAdd to ~/.claude/settings.json:
{
"mcpServers": {
"codeguilds": {
"command": "npx",
"args": ["-y", "@codeguilds/mcp-server"]
}
}
}
Then restart Claude Code. Verify with /mcp — you should see codeguilds listed as connected.
"Find me an MCP server for Notion"
"What's the best code review skill in the registry?"
"Show me the React & Next.js dev collection"
"How do I install context7?"
"I need a hook that runs tests before Claude commits"
Claude will call the registry automatically whenever your request is about finding or installing Claude Code extensions.
| Tool | Description |
|---|---|
search_packages | Search by keyword, optionally filtered by type |
get_package | Full details for a package by slug |
list_collections | All featured curated collections |
get_collection | Packages inside a specific collection |
get_install_instructions | Step-by-step install config for any package |
| Type | What it is |
|---|---|
mcp_server | MCP server — adds new tools to Claude |
skill | Slash command (/my-skill) |
agent | Subagent with its own instructions |
hook | Shell command triggered on Claude events |
prompt | Reusable prompt template |
claude_md_template | CLAUDE.md snippet to merge into your project |
npx codeguilds install <slug>MIT
Manage Cloudflare Workers, KV, R2, and D1 from Claude
Manage Supabase projects, databases, and edge functions from Claude
Browser automation and testing via Playwright integration
Browser workflow automation using LLMs and computer vision with a no-code builder