๐ Configuration files that enhance Cursor AI editor experience with custom rules and behaviors
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"awesome-cursorrules": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-cursorrules"
]
}
}
}