# Cursor Directory — Community Cursor Rules & AI Prompts > Community-curated directory of Cursor rules, AI coding prompts, and MCP configurations. Browse by framework, copy with one click, and improve your AI coding setup. ## Install Paste the prompt below into your AI tool: ## Quick Use 1. Visit [cursor.directory](https://cursor.directory) 2. Browse rules by framework (React, Python, Go, etc.) 3. Click "Copy" on any rule 4. Paste into your project's `.cursorrules` file ## What is Cursor Directory? Cursor Directory is a community-curated collection of Cursor rules, AI coding prompts, and MCP server configurations. It provides ready-to-use rules organized by framework and language — helping developers quickly configure their AI coding assistant for specific tech stacks. **Answer-Ready**: Cursor Directory is a community-curated collection of 500+ Cursor rules and AI coding prompts organized by framework. Browse rules for React, Python, Go, and 50+ tech stacks, then copy with one click to configure your AI coding setup. **Best for**: Cursor and AI coding tool users looking for project-specific rules. **Works with**: Cursor, Claude Code (as CLAUDE.md), Windsurf, any AI coding tool. **Setup time**: Under 1 minute per rule. ## Core Features ### 1. Rules by Framework | Category | Examples | |----------|---------| | Frontend | React, Next.js, Vue, Svelte, Angular | | Backend | Node.js, Python, Go, Rust, Java | | Mobile | React Native, Flutter, Swift, Kotlin | | Data | PostgreSQL, MongoDB, Redis, Prisma | | DevOps | Docker, Kubernetes, Terraform, AWS | ### 2. Rule Format Each rule includes: ```markdown # Next.js + TypeScript Rule You are an expert in Next.js 14, TypeScript, and Tailwind CSS. ## Code Style - Use functional components with TypeScript interfaces - Prefer server components; use 'use client' only when necessary - Use Tailwind CSS for styling; avoid inline styles ## Naming - Components: PascalCase (UserProfile.tsx) - Utilities: camelCase (formatDate.ts) - Constants: UPPER_SNAKE_CASE ## Patterns - Use server actions for form handling - Implement error boundaries for client components - Use Suspense for async data loading ``` ### 3. MCP Server Directory Browse and discover MCP server configurations: ```json { "mcpServers": { "filesystem": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "."] } } } ``` ### 4. Community Contributions - Submit your own rules via the website - Upvote the most useful rules - Rules are ranked by community votes ### 5. Cross-Tool Compatibility Rules work beyond Cursor: - `.cursorrules` → Cursor - `CLAUDE.md` → Claude Code - `.windsurfrules` → Windsurf - System prompts → Any AI tool ## How to Use with Claude Code ```bash # Copy a rule from cursor.directory # Save as CLAUDE.md in your project root cat > CLAUDE.md << 'EOF' [paste rule content here] EOF ``` ## FAQ **Q: Is Cursor Directory official?** A: It is a community project, not officially maintained by Cursor Inc. but widely used by the Cursor community. **Q: Are the rules free?** A: Yes, all rules are free to use. The site is open-source. **Q: Can I use these rules with Claude Code?** A: Yes, save the rule content as `CLAUDE.md` in your project root and Claude Code will follow it. ## Source & Thanks > Created by [Pontus Abrahamsson](https://github.com/pontusab). Open-source. > > [cursor.directory](https://cursor.directory) — The largest Cursor rules collection ## Quick Start 1. Visit [cursor.directory](https://cursor.directory) 2. Browse rules by framework (React, Python, Go, etc.) 3. One-click copy and paste into a `.cursorrules` file ## What is Cursor Directory? Cursor Directory is a community-curated collection of Cursor rules, AI coding prompts, and MCP configurations. It offers ready-to-use rules organized by framework. **In one sentence**: Cursor Directory is a community collection of 500+ Cursor rules and AI coding prompts, organized by framework — one-click to configure your AI coding assistant. **For**: Cursor and AI coding tool users. **Compatible with**: Cursor, Claude Code (CLAUDE.md), Windsurf. ## Core Features ### 1. Categorized by Framework Full coverage of frontend, backend, mobile, databases, and DevOps. ### 2. MCP Server Directory Browse and discover MCP server configurations. ### 3. Community Contributions Submit rules, vote on rankings — community-driven. ### 4. Cross-Tool Compatibility Rules work with Cursor, Claude Code, Windsurf, and more. ## FAQ **Q: Is it free?** A: All rules are free to use and the site is open source. **Q: Can I use it with Claude Code?** A: Yes — save as `CLAUDE.md` in your project root. ## Source & Thanks > [cursor.directory](https://cursor.directory) — the largest Cursor rules collection --- Source: https://tokrepo.com/en/workflows/cursor-directory-community-cursor-rules-ai-prompts-5686f25c Author: Prompt Lab