Awesome Claude Code

v1.0.0Developer Toolsstable

Curated list of tools, skills, plugins, and MCP servers for Claude Code

awesome-claude-codemcpai-integration
Share:
77
Stars
0
Downloads
0
Weekly
0/5

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

Access curated list of Claude Code tools, skills, and MCP servers.
subinium

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awesome-claude-code

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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-code
2

Install 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>
3

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>
4

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.md
5

Configure 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.

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.

Quick Config Preview

{ "mcpServers": { "awesome-claude-code": { "command": "npx", "args": ["-y", "awesome-claude-code"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides