🧭 Discover and navigate AI Agent Skills with Awesome-Agent-Skills, your go-to resource for Claude, OpenAI, and MCP Servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"awesome-agent-skills": {
"command": "npx",
"args": [
"-y",
"megalor1/Awesome-Agent-Skills"
]
}
}
}
Run in terminal:
claude mcp add awesome-agent-skills npx -y megalor1/Awesome-Agent-Skills
Add to .cursor/mcp.json:
{
"mcpServers": {
"awesome-agent-skills": {
"command": "npx",
"args": [
"-y",
"megalor1/Awesome-Agent-Skills"
]
}
}
}