Awesome-Agent-Skills
Verified Safeby 7Ese
Overview
A comprehensive directory and navigation station for AI Agent Skills and Model Context Protocol (MCP) servers, designed for developers and power users to discover and integrate AI capabilities.
Installation
npm run devSecurity Notes
This project is a static frontend React application serving as a directory for AI Agent Skills and MCP Servers. It does not include any backend logic, user authentication, or direct database interactions within its own codebase. The content is loaded from local TypeScript files. The application's attack surface is minimal, primarily limited to client-side vulnerabilities like potential XSS, though the current implementation appears to handle user input (search query) safely through filtering rather than direct HTML rendering. No 'eval', dynamic code execution from external sources, or hardcoded sensitive credentials are found in the application's operational source code. Examples of API tokens in documentation ('IDE_SETUP.md') are for configuring *external* MCP servers by the user, not for this application's own use. Note: The project itself is a frontend app that *lists* MCP Servers, not an MCP Server itself.
Similar Servers
agentx
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.
leanmcp-sdk
Building production-ready Model Context Protocol (MCP) servers with TypeScript, supporting features like authentication, elicitation, and UI integration for AI agents.
toolhive-cloud-ui
A UI for interacting with AI models via OpenRouter and managing/utilizing MCP (Model Context Protocol) servers and their tools from a centralized catalog.
mcp-typescript-starter
A feature-complete Model Context Protocol (MCP) server template in TypeScript demonstrating all major MCP features for AI assistant interaction.