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
- π― Overview
- ποΈ Plugin Marketplaces
- π MCP Servers & Directories
- π Skills Marketplaces
- β‘ Commands Collections
- π€ Agent Frameworks
- π¦ Templates & Toolkits
- π’ Enterprise & Industrial Solutions
- π¬ Academic & Research Resources
- π₯ Community & Development
- π Official Resources
- π οΈ Tools & Utilities
- π€ Contributing
- π License
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.
- β 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
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.
- 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
π 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
Discover and install plugins - Collections of slash commands, agents, MCP servers, and hooks packaged for easy installation.
| 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 |
| 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 |
| 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 |
- π― 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
# 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 manifestExamples:
# 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 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 serversExamples:
# 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# 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# 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{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your-token"
}
}
}
}# 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| 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 |
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).
| 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 |
| 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 |
| 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 |
- π’ Official MCP Documentation
- π MCP Specification 2025-11-25 - First anniversary release
- π One Year of MCP Blog - Anniversary celebration
- ποΈ MCP joins AAIF - Linux Foundation announcement
- π MCP Spec Updates (June 2025) - Authentication updates
- π MCP Examples
- π MCP Security Research - Academic paper on MCP security
- π MCP Security GitHub - Security case studies
- π³ Docker MCP Toolkit
- π Wikipedia - MCP
- π Descope MCP Guide - How MCP works
| 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.
| 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 |
Agent Skills - Model-invoked capabilities that Claude autonomously activates based on context and need.
| 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 |
- π’ Anthropic Skills Announcement - Official introduction (Oct 2025)
- π anthropics/skills - Official repository
- π Skills Documentation - Official docs
- π 2025 Skills Schema - New schema with tool permissions
- π Cursor IDE Skills Guide - Complete developer guide 2025
| 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 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
Slash Commands - User-invoked shortcuts for frequently-used operations.
| 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 |
- π Slash Commands Documentation
- π Custom Commands Tutorial
- π awesome-claude-code - Curated commands list
Commands are simple Markdown files in .claude/commands/:
.claude/
βββ commands/
βββ review.md # /review command
βββ test.md # /test command
βββ deploy.md # /deploy commandResources:
- π§ Builder.io Guide - Best tips & tricks
- π Cloud Artisan Tutorial
AI Agents - Specialized, autonomous assistants for complex, multi-step tasks.
| 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 |
- 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
Quick-start templates and configuration tools for rapid Claude Code adoption.
| Platform | Components | Description |
|---|---|---|
| aitmpl.com | 400+ | π Largest template library |
| docs.aitmpl.com | Docs | Complete documentation |
- β 100+ Agents - Specialized AI configurations
- β Commands - Ready-to-use slash commands
- β Settings - Optimized configurations
- β Hooks - Automation triggers
- β MCPs - Protocol integrations
- β Templates - Complete project setups
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- π Complete Guide
- π Medium Guide
- π― Setup Guide
- β‘ Template Revolution
Enterprise-grade integrations and professional marketplaces for organizational deployment.
| 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 |
- β GitHub - Source code management
- β Google Workspace - Docs, Drive, Gmail
- β Microsoft 365 - SharePoint, OneDrive, Outlook, Teams
- β Slack - Team communication
- β Linear - Project management
- β Jira - Issue tracking
- π Enterprise-grade security
- π‘οΈ SSO integration
- π Usage analytics
- π₯ Team management
- π Admin controls
- π’ AWS Announcement
- π Claude Code in Enterprise
- π’ CIO Dive Coverage
- πΌ Microsoft 365 Connector
| Marketplace | Focus | Link |
|---|---|---|
| AITOPIA | π€ AI agent marketplace | aitopia.ai |
| Thinkvas AI | π¨ Knowledge canvas | thinkvasai.com |
| MCP Stack | π§ AI Agent Index | mcpstack.org |
Academic papers, research tools, and educational resources for Claude and MCP.
| Paper | Topic | Year | Link |
|---|---|---|---|
| MCP Security Analysis | Security threats & research directions | 2025 | arXiv |
| 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 |
- π Claude for Research
- π Research Papers with Claude
- π Literature Reviews
- π¬ Life Sciences Guide
- π‘οΈ MCP Landscape GitHub - Security case studies
- π Tool poisoning, installer spoofing, unauthorized access research
- π 16+ threat scenarios analyzed
Community platforms, forums, and collaborative resources.
| Platform | Focus | Link |
|---|---|---|
| Reddit - ClaudeAI | Community discussions | r/ClaudeAI |
| GitHub Discussions | Plugin development | Discussions |
| Slashdot | AI Agent news | Article |
| 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 |
- π° OpenTools.ai
- ποΈ Techzine
- π The New Stack
- π DEV.to Docker Guide
Official documentation, announcements, and tools from Anthropic.
| 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 |
- ποΈ Agentic AI Foundation & MCP Donation - December 2025
- π Claude Code Plugins Launch
- π Agent Skills Introduction
- π’ Claude for Enterprise
- π Model Context Protocol
- π Equipping Agents with Skills - Engineering blog
- π anthropics/skills - Official skills repository
- π modelcontextprotocol/servers - Official MCP servers
- π¦ modelcontextprotocol/mcpb - MCPB Desktop Extensions toolchain
- βοΈ Claude Code Action - GitHub Action
Development tools, CLIs, and utilities for Claude Code ecosystem.
| 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 |
- π claude-code-templates --analytics - Real-time dashboard
- π₯ claude-code-templates --health-check - System diagnostics
| Portal | Focus | Link |
|---|---|---|
| ClaudeSkill.net | AI Tools Directory | Site |
| Toolify | Claude tools catalog | Site |
We welcome contributions from the community! This is a living document that grows with the Claude ecosystem.
- Fork this repository
- Add your resource in the appropriate category
- Follow the format of existing entries
- Submit a Pull Request with a clear description
β Include:
- Active and maintained projects
- Clear descriptions
- Working links
- Proper categorization
β Avoid:
- Duplicate entries
- Broken or inactive links
- Self-promotion without value
- Uncategorized submissions
- π Verify all links work
- π Describe clearly and concisely
- π― Categorize appropriately
- β Highlight notable features
MIT License
License: MIT
We appreciate all contributions to the Claude Plugin Ecosystem Hub! This project thrives thanks to our amazing community.
![]() Umit Kacar π§ π |
- Add Resources: Submit new marketplaces, plugins, or MCP servers
- Fix Issues: Help fix broken links or outdated information
- Improve Docs: Enhance documentation and guides
- Share Feedback: Open issues for suggestions
See our Contributing Guide for detailed instructions.
- β Star this repository
- π Share with your network
- π Write about your experience
- π° Sponsor development
If you find this repository helpful, please consider giving it a star! β
