Explore curated Claude Code workflows that combine hooks, MCP servers, skills, agents, and CLAUDE.md to automate real dev tasks
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-claude-code-": {
"command": "npx",
"args": [
"-y",
"Aurorabreastfed700/awesome-claude-code-workflows"
]
}
}
}
Run in terminal:
claude mcp add awesome-claude-code- npx -y Aurorabreastfed700/awesome-claude-code-workflows
Add to .cursor/mcp.json:
{
"mcpServers": {
"awesome-claude-code-": {
"command": "npx",
"args": [
"-y",
"Aurorabreastfed700/awesome-claude-code-workflows"
]
}
}
}