Model Context Protocol (MCP) server configuration and tool manifest for sickn33/agentic-awesome-skills
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agentic-awesome-skills": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-agentic-awesome-skills"
]
}
}
}