Awesome AI Plugins

v1.0.0Developer Toolsstable

A curated list of awesome plugins for AI assistants including Claude Code, OpenAI Codex, Gemini, OpenCode and More.

ai-assistantawesomeawesome-listclaude-codecodex
Share:
56
Stars
0
Downloads
0
Weekly
0/5

What is Awesome AI Plugins?

Awesome AI Plugins is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to curated list of awesome plugins for ai assistants including claude code, openai codex, gemini, opencode and more.

A curated list of awesome plugins for AI assistants including Claude Code, OpenAI Codex, Gemini, OpenCode and More.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A curated list of awesome plugins for AI assistants includin

Use Cases

Discover plugins for Claude Code, OpenAI Codex, and Gemini.
Find AI assistant extensions and integrations.
Access curated list of AI plugins.
LicenseApache-2.0
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awesome-ai-plugins

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 AI Plugins

Awesome AI Plugins is a curated, community-maintained index of plugins and extensions for AI assistants including Claude Code, OpenAI Codex CLI, Gemini CLI, and OpenCode. Hosted by Hashgraph Online, the repository documents MCP servers, slash command plugins, workflow integrations, and tool extensions — each vetted through HOL Scanner quality checks requiring a score of at least 80/142 with no critical or high severity findings. It serves as a discovery hub for developers looking to extend their AI coding assistants with capabilities ranging from Chrome DevTools integration to n8n workflow guidance and Langfuse observability.

Prerequisites

  • An AI assistant that supports plugins or MCP servers (Claude Code, OpenAI Codex CLI, Gemini CLI, or OpenCode)
  • Node.js or Python installed depending on the specific plugin chosen from the list
  • pipx installed (for running the plugin scanner validation tools)
  • A GitHub account to submit new plugins to the curated list
1

Browse the curated plugin list

Visit the repository on GitHub to explore the full list of vetted AI assistant plugins organized by assistant type and category.

# Browse at: https://github.com/hashgraph-online/awesome-ai-plugins
2

Choose a plugin for your AI assistant

Select a plugin that matches your assistant and use case. The list covers Claude Code plugins, Codex CLI marketplace entries, Gemini CLI extensions, and MCP server integrations.

3

Install the selected plugin

Follow the installation instructions for the specific plugin you chose. For Codex CLI marketplace plugins, use the codex plugin marketplace add command.

# Example: install from the Codex CLI marketplace
codex plugin marketplace add \
  'https://github.com/hashgraph-online/awesome-codex-plugins.git' \
  --ref 'main'
4

Validate a plugin with HOL Scanner (for contributors)

If you want to submit a new plugin to the list, use pipx to run the plugin scanner and verify it meets the quality threshold (score >= 80/142, no critical/high findings).

pipx run plugin-scanner lint .
pipx run plugin-scanner verify .
5

Add a vetted MCP plugin to Claude Desktop

Once you have identified a vetted MCP server plugin from the list, add it to your Claude Desktop configuration file using the plugin's documented install command.

Awesome AI Plugins Examples

Client configuration

Example of adding a vetted MCP server plugin (such as ejentum-mcp for reasoning and memory tools) found via the awesome-ai-plugins list to Claude Desktop.

{
  "mcpServers": {
    "ejentum": {
      "command": "npx",
      "args": ["-y", "ejentum-mcp"]
    }
  }
}

Prompts to try

Use these prompts to discover and explore the plugin index for your AI assistant.

- "Find me MCP servers for Claude Code that add observability or tracing capabilities"
- "What plugins are available for OpenAI Codex CLI that add web search?"
- "Show me vetted Gemini CLI extensions for workflow automation with n8n"
- "List all Chrome DevTools-related plugins in the awesome-ai-plugins repository"

Troubleshooting Awesome AI Plugins

Plugin scanner reports score below 80 or flags critical findings

Review the scanner output for specific rule violations. Common issues include missing license files, undeclared environment variables, or use of deprecated APIs. Fix each flagged item and re-run 'pipx run plugin-scanner verify .' before submitting.

Codex CLI marketplace add command fails with authentication error

Ensure you are logged in to the Codex CLI with a valid token. Run 'codex auth login' and retry the marketplace add command with the full repository URL and --ref flag.

Installed MCP plugin does not appear in Claude Code

Restart Claude Code after adding any new MCP server configuration. Verify the entry in your claude_desktop_config.json has correct JSON syntax and that the command path is accessible.

Frequently Asked Questions about Awesome AI Plugins

What is Awesome AI Plugins?

Awesome AI Plugins is a Model Context Protocol (MCP) server that curated list of awesome plugins for ai assistants including claude code, openai codex, gemini, opencode and more. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Awesome AI Plugins?

Follow the installation instructions on the Awesome AI Plugins GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Awesome AI Plugins?

Awesome AI Plugins works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Awesome AI Plugins free to use?

Yes, Awesome AI Plugins is open source and available under the Apache-2.0 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-ai-plugins": { "command": "npx", "args": ["-y", "awesome-ai-plugins"] } } }

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

Read the full setup guide →

Ready to use Awesome AI Plugins?

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