Awesome Claude Code
Curated list of tools, skills, plugins, and MCP servers for Claude Code
What is Awesome Claude Code?
Awesome Claude Code is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to curated list of tools, skills, plugins, and mcp servers for claude code
Curated list of tools, skills, plugins, and MCP servers for Claude Code
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Curated list of tools, skills, plugins, and MCP servers for
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx awesome-claude-codeConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Awesome Claude Code
Awesome Claude Code is a curated directory of 1,000+ starred repositories, tools, skills, plugins, and MCP servers built for agentic coding assistants including Claude Code, Cursor, Codex, and Gemini CLI. It organizes the ecosystem into categories — CLAUDE.md templates, multi-agent orchestration patterns, custom skills, MCP integrations, and IDE plugins — giving developers a single reference for extending their AI coding workflow. The project itself is a GitHub-hosted list rather than a runnable server, but it surfaces installable resources and configuration patterns that work directly with Claude Code's MCP and hooks systems.
Prerequisites
- Claude Code CLI installed: npm install -g @anthropic-ai/claude-code
- Node.js 18+ (for npm-based skills and MCP servers found in the list)
- A GitHub account to star, fork, or clone any of the listed repositories
- An MCP-compatible client such as Claude Desktop or Claude Code
Browse the curated list
Visit the repository on GitHub to explore categories: CLAUDE.md templates, skills, MCP servers, IDE integrations, and multi-agent frameworks.
# Open in browser
https://github.com/subinium/awesome-claude-codeInstall a skill from the list
Skills listed in the repo are typically installed globally via npm or added directly to Claude Code. The openskills package provides a common installer for community skills.
npm i -g openskills
# Then add a skill to Claude Code
skills add <skill-name>Add an MCP server found in the list
Most MCP servers listed can be registered with Claude Code using the mcp add command, which writes the entry to your settings automatically.
claude mcp add <server-name> -- npx -y <npm-package-name>Apply a CLAUDE.md template
The list includes community CLAUDE.md templates for spec-driven development. Copy a template into your project root and customize it for your stack.
# Example: fetch a template and place it in your project
curl -o CLAUDE.md https://raw.githubusercontent.com/<author>/<repo>/main/CLAUDE.mdConfigure multi-agent hooks
Many entries in the list use Claude Code hooks for automatic context injection or post-session signal extraction. Add the relevant hook configuration to your project's .claude/settings.json.
# .claude/settings.json example for a hook-based tool
{
"hooks": {
"PostToolUse": [
{ "matcher": "*", "hooks": [{ "type": "command", "command": "your-hook-command" }] }
]
}
}Awesome Claude Code Examples
Client configuration
The repository itself is a reference list, not an MCP server. For any MCP server discovered in the list, use this pattern in claude_desktop_config.json:
{
"mcpServers": {
"example-from-list": {
"command": "npx",
"args": ["-y", "<npm-package-name-from-awesome-list>"]
}
}
}Prompts to try
Ask Claude Code to help you discover and configure tools from the awesome-claude-code ecosystem:
- "Show me MCP servers in awesome-claude-code for GitHub integration"
- "What CLAUDE.md templates are available for TypeScript projects?"
- "List skills from the awesome-claude-code list that help with code review"
- "How do I set up multi-agent orchestration using tools from this list?"
- "Find browser automation MCP servers from the curated awesome-claude-code directory"Troubleshooting Awesome Claude Code
A listed npm package fails to install with 'package not found'
Package names in curated lists can go stale. Verify the package exists on npmjs.com and check the linked repository for the current installation instructions.
Skills installed via openskills are not recognized by Claude Code
Ensure Claude Code is version 1.0+ and run 'claude mcp list' to confirm the skill's MCP server is registered. Some older skills require manual entry in ~/.claude/settings.json.
CLAUDE.md template causes unexpected behavior
CLAUDE.md files are loaded as system-level instructions. If a community template conflicts with your workflow, edit the file to remove or override specific directives — Claude Code reads it on every session start.
Frequently Asked Questions about Awesome Claude Code
What is Awesome Claude Code?
Awesome Claude Code is a Model Context Protocol (MCP) server that curated list of tools, skills, plugins, and mcp servers for claude code It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Awesome Claude Code?
Follow the installation instructions on the Awesome Claude Code GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Awesome Claude Code?
Awesome Claude Code works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Awesome Claude Code free to use?
Yes, Awesome Claude Code is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Awesome Claude Code Alternatives — Similar Developer Tools Servers
Looking for alternatives to Awesome Claude Code? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Awesome Claude Code in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Awesome Claude Code?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.