Awesome AI Plugins
A curated list of awesome plugins for AI assistants including Claude Code, OpenAI Codex, Gemini, OpenCode and More.
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
Maintainer
Works with
Installation
Manual Installation
npx awesome-ai-pluginsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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-pluginsChoose 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.
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'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 .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.
Awesome AI Plugins Alternatives — Similar Developer Tools Servers
Looking for alternatives to Awesome AI Plugins? 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 AI Plugins 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 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.