Skip to content

pluginagentmarketplace/claude-plugin-ecosystem-hub

Repository files navigation

πŸš€ Claude Plugin Ecosystem Hub

The Definitive Index of Claude AI Extensions

Typing SVG

Awesome Stars License PRs Welcome Last Commit Claude Code

A comprehensive, curated directory of Claude AI plugins, skills, MCP servers, commands, agents, and marketplaces.

Empowering developers and enterprises with the most extensive Claude ecosystem resources.

πŸ” Explore β€’ 🀝 Contribute β€’ ⭐ Star β€’ πŸ“’ Share


πŸ“‹ Table of Contents


🎯 Overview

Claude Code has revolutionized AI-assisted development through its extensible architecture. This repository serves as the definitive index of all Claude-related plugins, skills, Model Context Protocol (MCP) servers, commands, agents, and marketplaces available across the ecosystem.

Why This List?

  • βœ… Comprehensive: 10,000+ MCP servers, 500+ plugins across all categories
  • 🎯 Curated: Only quality, actively maintained projects
  • πŸ“Š Categorized: Easy navigation by use case
  • πŸ”„ Updated: Regular maintenance and community contributions
  • 🌍 Global: Resources from individual developers to enterprise solutions

⚠️ Security Notice

Important: This directory contains links to third-party resources and external marketplaces.

  • Always review code before installing any plugin or MCP server
  • Check repository activity and maintainer reputation
  • Read user reviews and community feedback when available
  • Verify permissions required by extensions
  • Use official sources when possible

For security best practices, see the MCP Security Research paper.

πŸ“… Metadata

  • Last Updated: December 2025
  • Total Resources: 10,000+ MCP servers, 500+ plugins verified
  • Verification Method: Manual review + community reports
  • Update Frequency: Monthly with community contributions

πŸ†• What's New (December 2025)

πŸŽ‰ Major Milestone: MCP donated to Linux Foundation's Agentic AI Foundation (Dec 9, 2025)

  • πŸ›οΈ Agentic AI Foundation (AAIF) - Linux Foundation launches new foundation with Anthropic, OpenAI, Block, Google, Microsoft, AWS
  • πŸ“‹ MCP Spec v2025-11-25 - First anniversary release with security enhancements
  • 🌐 Claude in Chrome (Beta) - Control your browser directly from Claude Code
  • πŸ”§ LSP Tool - Language Server Protocol for go-to-definition, find references, hover docs
  • πŸ“¦ MCPB Format - Official MCP Bundle format (.mcpb) replaces legacy .dxt
  • ⚑ Wildcard MCP Permissions - New mcp__server__* syntax for tool permissions
  • 🧠 3x Memory Improvement - Large conversations now use 3x less memory
  • 🎯 Opus 4.5 for Pro - Pro users now have access to Opus 4.5

πŸ›οΈ Plugin Marketplaces

Discover and install plugins - Collections of slash commands, agents, MCP servers, and hooks packaged for easy installation.

🌟 Featured Marketplaces

Marketplace Description Count Status Last Verified
Claude Code Plugins Hub πŸ† Largest community marketplace 229+ plugins βœ… Active Nov 2024
ClaudePluginHub πŸ” Auto-discovers via GitHub scanning Auto-updated βœ… Active Nov 2024
Claude Marketplaces πŸ’Ό Premium AI development tools 150+ plugins βœ… Active Nov 2024
Claude Code Plugin Directory πŸ“š Directory with guides & comparisons 180+ plugins βœ… Active Nov 2024
Claude Code Marketplace 🌐 Browser-based discovery platform 200+ plugins βœ… Active Nov 2024
Claude Code Marketplace (Net) πŸ—³οΈ Community-driven with upvoting Community βœ… Active Nov 2024

πŸ”₯ GitHub-Based Marketplaces

Production-Ready Collections

Repository Maintainer Description Count Last Verified
claude-code-plugins-plus-skills @jeremylongshore 🎯 2025 Skills schema compliant 175+ skills & commands Dec 2025
agents @wshobson 🏭 Enterprise multi-agent orchestration 85 agents, 47 skills Nov 2024
commands @wshobson ⚑ Production-ready slash commands 44+ commands Nov 2024
ClaudeKit @zpaper-com 🎨 Official extensions marketplace 12 specialists Nov 2024
ccplugins/marketplace @ccplugins ⭐ Only curated awesome plugins Curated Nov 2024
Dev-GOM Marketplace @Dev-GOM πŸ”§ Productivity & workflow automation Multiple Nov 2024
ananddtyagi/marketplace @ananddtyagi πŸ‘₯ Community-driven plugins Community Nov 2024
every-marketplace @EveryInc 🏒 Official Every-Env extensions Enterprise Nov 2024
netresearch/marketplace @netresearch 🎯 TYPO3-focused development Specialized Nov 2024
getty104/marketplace @getty104 πŸ§ͺ TDD automation workflows TDD-focused Nov 2024
skillsforge-marketplace @rawveg πŸ”¨ Skills-focused collection Skills Nov 2024
mhattingpete/marketplace @mhattingpete πŸ”„ Git automation & workflows Git-focused Nov 2024
cc-marketplace-boilerplate @halans πŸ“‹ Marketplace starter template Template Nov 2024
awesome-claude-code @hesreallyhim πŸ“š Curated commands & workflows Curated Nov 2024
hugoduncan/marketplace @hugoduncan πŸ› οΈ Custom plugins collection Custom Nov 2024

πŸ“Š Marketplace Comparison

Which Marketplace Should I Use?

Feature ClaudeCodePlugins.io ClaudePluginHub GitHub-based MCP Market
Plugin Count 229+ Auto-updated Varies 1000+
Auto-Discovery ❌ Manual βœ… Hourly scan ❌ Manual βœ… Yes
Pricing Free Free Free Free/Paid
Rating System βœ… Yes ❌ No ⭐ GitHub stars βœ… Yes
Installation Web + CLI Web CLI only Web + CLI
Update Method Manual Automatic Git pull Automatic
Community Features βœ… Reviews ❌ Limited βœ… Issues/PRs βœ… Full
Official Support ❌ Community ❌ Community Varies βœ… Some
Best For Beginners Discovery Developers Enterprise

Quick Decision Guide

  • 🎯 For Beginners: Start with ClaudeCodePlugins.io - user-friendly interface
  • πŸ” For Discovery: Use ClaudePluginHub - auto-discovers new plugins
  • πŸ’» For Developers: Choose GitHub-based marketplaces - full control and customization
  • 🏒 For Enterprise: Consider MCP Market - professional support available
  • 🎨 For Skills: Visit SkillsMP.com - specialized for agent skills

πŸ“₯ Installation Guide

Plugin Commands (CLI)

# Marketplace Management
claude plugin marketplace add <source>      # Add marketplace (URL, path, or GitHub repo)
claude plugin marketplace list              # List all configured marketplaces
claude plugin marketplace remove <name>     # Remove a marketplace
claude plugin marketplace update [name]     # Update marketplace(s)

# Plugin Management
claude plugin install <plugin>              # Install plugin (use plugin@marketplace for specific)
claude plugin uninstall <plugin>            # Uninstall a plugin (alias: remove)
claude plugin enable <plugin>               # Enable a disabled plugin
claude plugin disable <plugin>              # Disable a plugin
claude plugin update <plugin>               # Update to latest version
claude plugin validate <path>               # Validate a plugin or marketplace manifest

Examples:

# Add Angular plugin marketplace from GitHub
claude plugin marketplace add pluginagentmarketplace/custom-plugin-angular

# Install Angular development assistant
claude plugin install angular-development-assistant@pluginagentmarketplace-angular

# Update all marketplaces
claude plugin marketplace update

MCP Commands (CLI)

# MCP Server Management
claude mcp add <name> <commandOrUrl> [args]   # Add MCP server
claude mcp remove <name>                       # Remove MCP server
claude mcp list                                # List configured servers
claude mcp get <name>                          # Get server details
claude mcp add-json <name> <json>              # Add server with JSON config
claude mcp add-from-claude-desktop             # Import from Claude Desktop (Mac/WSL)
claude mcp serve                               # Start Claude Code MCP server
claude mcp reset-project-choices               # Reset project-scoped servers

Examples:

# Add HTTP MCP server
claude mcp add --transport http sentry https://mcp.sentry.dev/mcp

# Add SSE MCP server
claude mcp add --transport sse asana https://mcp.asana.com/sse

# Add stdio MCP server with environment variable
claude mcp add --transport stdio airtable --env AIRTABLE_API_KEY=YOUR_KEY -- npx -y airtable-mcp-server

Claude Code CLI Options

# Session Management
claude -c, --continue                    # Continue most recent conversation
claude -r, --resume [session-id]         # Resume by session ID or pick interactively
claude --fork-session                    # Create new session when resuming

# Model & Agent Selection
claude --model <model>                   # Specify model (sonnet, opus, haiku, or full name)
claude --agent <agent>                   # Use specific agent for session

# Plugin & MCP Configuration
claude --plugin-dir <paths>              # Load plugins from directories
claude --mcp-config <configs>            # Load MCP servers from JSON files
claude --strict-mcp-config               # Only use MCP servers from --mcp-config

# Output Modes
claude -p, --print                       # Print response and exit (non-interactive)
claude --output-format <format>          # Output format: text, json, stream-json
claude --json-schema <schema>            # JSON Schema for structured output

# Browser Integration (NEW!)
claude --chrome                          # Enable Claude in Chrome integration
claude --no-chrome                       # Disable Claude in Chrome integration

# Utility Commands
claude doctor                            # Check auto-updater health
claude update                            # Check and install updates
claude install [target]                  # Install native build (stable, latest, version)
claude setup-token                       # Set up authentication token

Slash Commands (Inside Claude Code)

# Plugin Management
/plugin                                  # Browse available plugins (interactive)
/plugin search <keyword>                 # Search for plugins
/plugin install <plugin-name>            # Quick install

# MCP Management
/mcp                                     # Manage MCP servers interactively
/mcp enable <server>                     # Enable MCP server
/mcp disable <server>                    # Disable MCP server

MCP Server Setup (JSON Config)

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your-token"
      }
    }
  }
}

Skills Configuration

# Skills are automatically discovered from:
# 1. Project: .claude/skills/
# 2. Plugin: plugin-name/skills/

# Create project skills directory
mkdir -p .claude/skills

# Skills activate automatically based on context
# Use SKILL.md files with YAML frontmatter

Troubleshooting Common Issues

Issue Cause Solution
"Failed to connect" Shell expansion in paths Use absolute paths, not $HOME or ~
"Plugin not found" Marketplace not added Run claude plugin marketplace add first
"Permission denied" Missing API tokens Verify tokens in env variables
"Skill not activating" Wrong trigger conditions Check description matches context
"MCP server stuck" Config syntax error Validate JSON, restart Claude Code

πŸ”Œ MCP Servers & Directories

Model Context Protocol (MCP) - Connect Claude to external tools, databases, APIs, and services through standardized server implementations.

πŸŽ‰ December 2025: MCP donated to Linux Foundation's Agentic AI Foundation with Anthropic, OpenAI, Block, Google, Microsoft, AWS as founding members.

2025 Milestones: OpenAI adopted MCP (March), Google DeepMind Gemini support (April), 10,000+ active MCP servers (November), AAIF Foundation (December).

🎯 Major MCP Directories

Directory Description Count Features Last Verified
MCP Market πŸ† #1 MCP Server marketplace 1000+ Claude/Cursor compatible Nov 2024
MCP.so 🌐 Community-driven directory 100+ Central hub, discovery Nov 2024
LobeHub MCP ⭐ Multidimensional ratings 500+ Quality ratings, stability Nov 2024
MCPServers.com 🎯 Comprehensive list 800+ Categorized, searchable Nov 2024
Awesome MCP Servers πŸ” Search & discovery Curated Community-driven Nov 2024
MCP Server Finder πŸ—ΊοΈ Ultimate directory Growing Compare & implement Nov 2024
Glama.ai πŸš€ MCP hosting platform 1000+ API access, hosting Nov 2024
Desktop Extensions πŸ“¦ One-click MCP install Curated .dxt/.mcpb bundles Nov 2024
Cursor Directory MCP πŸ–±οΈ Cursor & Claude integration Multiple Cursor-focused Nov 2024
Claube.ai πŸ€– Claude MCP servers Curated Claude-optimized Nov 2024

πŸ“š GitHub Awesome Lists

Repository Stars Focus Description
modelcontextprotocol/servers ⭐ 2.5k+ 🏒 Official Official MCP servers repository
modelcontextprotocol/mcpb New πŸ“¦ Official Desktop Extensions MCPB toolchain
appcypher/awesome-mcp-servers ⭐ 800+ 🎯 Production Production-ready servers
wong2/awesome-mcp-servers ⭐ 650+ πŸ“‹ Curated Comprehensive list
punkpeye/awesome-mcp-servers ⭐ 350+ πŸ“š Collection Server collection
habitoai/awesome-mcp-servers ⭐ 280+ πŸ”— Integration External connections
TensorBlock/awesome-mcp-servers ⭐ 250+ 🌍 Comprehensive Extensive collection (7,260+ servers)
syntax-syndicate/awesome-mcp-servers-list ⭐ 150+ πŸ” Discovery Explore implementations
rohitg00/awesome-devops-mcp-servers ⭐ 120+ πŸš€ DevOps DevOps-focused
MobinX/awesome-mcp-list ⭐ 50+ πŸ“ Concise Quick reference
PipedreamHQ/awesome-mcp-servers ⭐ 40+ πŸ”„ Automation Workflow automation
collabnix/awesome-mcp-lists New πŸ“¦ Complete Servers, Clients & Toolkits
jaw9c/awesome-remote-mcp-servers New 🌐 Remote Remote MCP servers
agenticdevops/awesome-devops-mcp New βš™οΈ Agentic Agentic DevOps tools
punkpeye/awesome-mcp-clients New πŸ–₯️ Clients MCP client applications

πŸ”§ Specialized MCP Servers

Popular Integrations

Category Servers
Development GitHub, Git, GitLab, Bitbucket
Databases PostgreSQL, MySQL, SQLite, MongoDB, Redis
Cloud Services AWS, Google Cloud, Azure, Docker
Productivity Google Drive, Slack, Microsoft 365, Notion
Design Figma, Storybook
AI & ML AlphaFold, OpenAI, Anthropic
Research Zotero, SciSummary, ArXiv
Communication Gmail, Outlook, Teams, Discord
Project Management Linear, Jira, Trello, Asana
Media YouTube, Spotify, Plex
Finance Stripe, PayPal
DevOps Kubernetes, Terraform, Jenkins

πŸ“– MCP Resources

πŸŽ“ MCP Integration Tools

Tool Description Link
Claude One-click MCP installation clinde.ai
Desktop Extensions Claude Desktop MCP manager Official Blog
Mesa MCP Connect MCP connection guide getmesa.com
Natoma MCP Guide Step-by-step setup natoma.ai
Liblab MCP SDK MCP server SDK generator liblab.com
Weavely MCP Guide Free & paid setup weavely.ai

Note: As of December 2025, Desktop Extensions use the .mcpb (MCP Bundle) format. Legacy .dxt files continue to work but .mcpb is the official standard. See modelcontextprotocol/mcpb for the official toolchain.

πŸ–₯️ MCP Client Applications

Client Platform Description Link
Claude Desktop Desktop Official Claude desktop app support.claude.com
Cursor Desktop AI-first code editor with MCP cursor.sh
Continue VS Code/JetBrains Open-source AI code assistant continue.dev
Cherry Studio Desktop Cross-platform LLM client GitHub
AIaW Desktop Full-featured AI Chat client Cross-platform
DeepChat Desktop Privacy-focused AI assistant Cross-platform
BrowseWiz Browser Customizable AI for side panel Browser extension
Chainlit Python Conversational AI framework chainlit.io
Dolphin-MCP Bridge Multi-server bridging client Open-source

πŸŽ“ Skills Marketplaces

Agent Skills - Model-invoked capabilities that Claude autonomously activates based on context and need.

🌟 Primary Skills Hubs

Hub Description Count Features Last Verified
SkillsMP.com πŸ† Smart search & quality indicators 100+ Category filtering Nov 2024
ClaudeSkills.info πŸ“š Curated directory (.info domain) 30+ Download & discover Nov 2024
ClaudeSkillsHub.org πŸ‘₯ Community-driven (.org domain) Community User submissions Nov 2024
ClaudeSkill.site 🌐 International hub Multiple Multi-language Nov 2024
ClaudeSkill.net πŸ› οΈ AI Tools Directory Curated Tools-focused Nov 2024

🎯 Official Skills Resources

πŸ“¦ Skills GitHub Repositories

Repository Focus Description
adrianpuiu/claude-skills-marketplace πŸ—οΈ Architecture Project planning & blueprints
mhattingpete/claude-skills-marketplace πŸ”„ Git workflows Git automation & code review
rawveg/skillsforge-marketplace πŸ”¨ SkillsForge Curated skills collection

🎨 Skills Categories

Skills span multiple domains:

  • Creative: Art, Music, Design, Video editing
  • Technical: Testing, Code analysis, Debugging
  • Enterprise: Communications, Branding, Documentation
  • DevOps: CI/CD, Deployment, Monitoring
  • Research: Literature review, Data analysis

⚑ Commands Collections

Slash Commands - User-invoked shortcuts for frequently-used operations.

πŸ“š Command Repositories

Repository Commands Focus Notes
wshobson/commands 44+ Production-ready commands Standalone command collection
claude-code-plugins-plus-skills 175 skills Skills & commands bundle See Plugin Marketplaces section
ClaudeKit 12 Specialist commands Integrated with ClaudeKit suite

πŸ“– Command Resources

πŸ’‘ Creating Custom Commands

Commands are simple Markdown files in .claude/commands/:

.claude/
  └── commands/
      β”œβ”€β”€ review.md      # /review command
      β”œβ”€β”€ test.md        # /test command
      └── deploy.md      # /deploy command

Resources:


πŸ€– Agent Frameworks

AI Agents - Specialized, autonomous assistants for complex, multi-step tasks.

🏭 Production Agent Frameworks

Framework Agents Description Repository
Seth Hobson's Agents 85+ πŸ† Most comprehensive multi-agent system wshobson/agents
ClaudeKit Specialists 12 🎯 AI specialists for development zpaper-com/ClaudeKit
Jeremy Longshore's Collection 175 skills as agents ⚑ 2025 schema-compliant skills claude-code-plugins-plus-skills

🎯 Agent Use Cases

  • Code Review: Automated code quality analysis
  • Testing: Test generation and execution
  • Documentation: Auto-generate docs from code
  • Debugging: Intelligent error investigation
  • Refactoring: Code modernization
  • Security: Vulnerability scanning
  • DevOps: Deployment automation
  • Architecture: System design assistance

πŸ“š Agent Resources


πŸ“¦ Templates & Toolkits

Quick-start templates and configuration tools for rapid Claude Code adoption.

πŸ› οΈ Template Platforms

Platform Components Description
aitmpl.com 400+ πŸ† Largest template library
docs.aitmpl.com Docs Complete documentation

πŸ“¦ Components Available

  • βœ… 100+ Agents - Specialized AI configurations
  • βœ… Commands - Ready-to-use slash commands
  • βœ… Settings - Optimized configurations
  • βœ… Hooks - Automation triggers
  • βœ… MCPs - Protocol integrations
  • βœ… Templates - Complete project setups

πŸš€ Claude Code Templates CLI

GitHub: davila7/claude-code-templates NPM: claude-code-templates

# Interactive setup
npx claude-code-templates@latest

# Analytics dashboard
npx claude-code-templates@latest --analytics

# Health check
npx claude-code-templates@latest --health-check

πŸ“š Template Resources


🏒 Enterprise & Industrial Solutions

Enterprise-grade integrations and professional marketplaces for organizational deployment.

πŸ† Enterprise Marketplaces

Platform Price Focus Features
AWS Marketplace - Claude Enterprise $40/user/mo 🏒 Full enterprise 200K context, 25 seat min
Claude for Life Sciences Enterprise πŸ”¬ Research Scientific workflows
Claude for Education Enterprise πŸŽ“ Academic Educational institutions
Financial Analysis Solution Enterprise πŸ’° Finance Financial services

πŸ”— Enterprise Integrations

Native Connectors

  • βœ… GitHub - Source code management
  • βœ… Google Workspace - Docs, Drive, Gmail
  • βœ… Microsoft 365 - SharePoint, OneDrive, Outlook, Teams
  • βœ… Slack - Team communication
  • βœ… Linear - Project management
  • βœ… Jira - Issue tracking

Security & Compliance

  • πŸ”’ Enterprise-grade security
  • πŸ›‘οΈ SSO integration
  • πŸ“Š Usage analytics
  • πŸ‘₯ Team management
  • πŸ” Admin controls

πŸ“° Industry News

🌐 AI Marketplaces

Marketplace Focus Link
AITOPIA πŸ€– AI agent marketplace aitopia.ai
Thinkvas AI 🎨 Knowledge canvas thinkvasai.com
MCP Stack πŸ”§ AI Agent Index mcpstack.org

πŸ”¬ Academic & Research Resources

Academic papers, research tools, and educational resources for Claude and MCP.

πŸ“„ Research Papers

Paper Topic Year Link
MCP Security Analysis Security threats & research directions 2025 arXiv

πŸ”¬ Research Tools

Tool Description Link
Claude Deep Research Comprehensive research MCP server GitHub
SciSummary MCP Research paper summaries scisummary.com
Zotero MCP Connect research library GitHub
Scholar Gateway Scientific papers (Wiley) Via Desktop Extensions

πŸ“š Academic Guides

πŸ” Security Research

  • πŸ›‘οΈ MCP Landscape GitHub - Security case studies
  • πŸ“Š Tool poisoning, installer spoofing, unauthorized access research
  • πŸ” 16+ threat scenarios analyzed

πŸ‘₯ Community & Development

Community platforms, forums, and collaborative resources.

πŸ’¬ Discussion Platforms

Platform Focus Link
Reddit - ClaudeAI Community discussions r/ClaudeAI
GitHub Discussions Plugin development Discussions
Slashdot AI Agent news Article

πŸŽ“ Educational Content

Resource Type Focus
Skywork AI Guide Hub Complete Claude Code 2025 guides
DevToolHub Guide Setup & master guide 2025
Glama.ai Blog Tutorials MCP & desktop extensions
DEV Community Article Agent framework
Medium - LatingXinAI Guide Templates
The Context Layer Article Configuration
Apidog Blog Guide Top MCP servers
Data-Mania Guide Marketing MCPs
Generect Guide Ultimate MCP guide
Composio Blog Article Plugin development
Ikkaro MCP Guide Complete Guide MCP Server 2025 guide

🌐 Community News

πŸ’° Support Developers


πŸ“š Official Resources

Official documentation, announcements, and tools from Anthropic.

🏒 Official Documentation

Resource Description Link
Plugin Marketplaces Docs Create & host marketplaces Docs
Skills Documentation Agent Skills guide Docs
Slash Commands Docs Custom commands Docs
Hooks Reference Event handlers Docs
MCP Connect Guide Local server setup Docs
Desktop Extensions One-click MCP install Blog
Claude Desktop MCP Setup Getting started Help

πŸ“’ Official Announcements

πŸ› οΈ Official Tools


πŸ› οΈ Tools & Utilities

Development tools, CLIs, and utilities for Claude Code ecosystem.

πŸ”§ Development Tools

Tool Category Description Link
claude-code-templates CLI Configuration & monitoring GitHub / NPM
@anthropic-ai/claude-code CLI Official Claude Code package NPM
@anthropic-ai/mcpb CLI MCPB Desktop Extensions toolchain NPM
@schuettc/claude-code-setup CLI .claude directory setup tool NPM
@pimzino/claude-code-spec-workflow NPM Spec workflow automation NPM
claude-code-exporter NPM Export Claude Code configs NPM
Docker MCP Toolkit Integration Docker-based MCP setup Blog
Claude Code Action CI/CD GitHub Actions integration Marketplace

πŸ“Š Analytics & Monitoring

  • πŸ“ˆ claude-code-templates --analytics - Real-time dashboard
  • πŸ₯ claude-code-templates --health-check - System diagnostics

🎯 Developer Portals

Portal Focus Link
ClaudeSkill.net AI Tools Directory Site
Toolify Claude tools catalog Site

🀝 Contributing

We welcome contributions from the community! This is a living document that grows with the Claude ecosystem.

How to Contribute

  1. Fork this repository
  2. Add your resource in the appropriate category
  3. Follow the format of existing entries
  4. Submit a Pull Request with a clear description

Contribution Guidelines

βœ… Include:

  • Active and maintained projects
  • Clear descriptions
  • Working links
  • Proper categorization

❌ Avoid:

  • Duplicate entries
  • Broken or inactive links
  • Self-promotion without value
  • Uncategorized submissions

Quality Standards

  • πŸ” Verify all links work
  • πŸ“ Describe clearly and concisely
  • 🎯 Categorize appropriately
  • ⭐ Highlight notable features

πŸ“„ License

MIT License


License: MIT


πŸ‘₯ Contributors

We appreciate all contributions to the Claude Plugin Ecosystem Hub! This project thrives thanks to our amazing community.

πŸ† Top Contributors

Umit Kacar
Umit Kacar

🚧 πŸ–‹

πŸŽ–οΈ Contributor Badges

Contributors Forks Issues Pull Requests

πŸ’ͺ How to Contribute

  1. Add Resources: Submit new marketplaces, plugins, or MCP servers
  2. Fix Issues: Help fix broken links or outdated information
  3. Improve Docs: Enhance documentation and guides
  4. Share Feedback: Open issues for suggestions

See our Contributing Guide for detailed instructions.

🌟 Support the Project

  • ⭐ Star this repository
  • πŸ”„ Share with your network
  • πŸ“ Write about your experience
  • πŸ’° Sponsor development

Buy Me A Coffee GitHub Sponsors


🌟 Star History

Star History Chart

If you find this repository helpful, please consider giving it a star! ⭐


πŸš€ Maintained by the Community

Made with ❀️ for Claude developers worldwide

⬆ Back to Top

About

πŸš€ The Definitive Index of Claude AI Extensions - 500+ Plugins, Skills, MCPs, Commands, Agents & Marketplaces

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors