🔧 Enhance agent skills with the Awesome Agent Skills MCP Server, providing powerful tools for managing and optimizing agent functionality.
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",
"tako068/awesome-agent-skills-mcp"
]
}
}
}
Run in terminal:
claude mcp add awesome-agent-skills npx -y tako068/awesome-agent-skills-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"awesome-agent-skills": {
"command": "npx",
"args": [
"-y",
"tako068/awesome-agent-skills-mcp"
]
}
}
}