Skip to content

External Resources

Discover more Claude Code plugins, MCP servers, and community resources beyond the Talent Factory ecosystem.


Official Anthropic Resources


Community Marketplaces

These community-maintained marketplaces offer additional plugins and tools:

Repository Description Focus
ccplugins/marketplace Curated awesome plugins marketplace Quality-focused curation
cased/claude-code-plugins Comprehensive plugin marketplace Skills, MCP servers, hooks
jmanhype/awesome-claude-code Awesome list for Claude Code Plugins, integrations, resources

MCP Server Directories

Model Context Protocol (MCP) servers extend Claude's capabilities. Find more servers here:

Platform Description
Build with Claude MCP server discovery platform
Composio MCP Guide Guide for improving workflows with plugins

Installing External Plugins

To install plugins from external marketplaces:

Bash
# Add a community marketplace
/plugin marketplace add owner/repo-name
Bash
1
2
3
4
5
# Browse available plugins
/plugin

# Install specific plugin
/plugin install plugin-name@marketplace
Bash
# Install from GitHub URL
/plugin install https://github.com/owner/repo

Verify Before Installing

Always review the source code and documentation of third-party plugins before installation. Check for recent updates, community feedback, and security practices.


Contributing Resources

Know of a great plugin resource we're missing?


See Also