All tools
Cursor → CLAUDE.md Converter
Migrating from Cursor AI to Claude Code? Paste your .cursorrules file and get an equivalent CLAUDE.md instantly. Free, browser-based — no API key, no sign-in.
Paste your
.cursorrules file content on the left. The converted CLAUDE.md appears on the right instantly. Review and adjust before using..cursorrules (input)
CLAUDE.md (output)
Converted CLAUDE.md will appear here...What is .cursorrules?
.cursorrules is a configuration file used by Cursor AI (a VS Code fork with AI features). It contains instructions that guide how the AI assistant behaves — coding style preferences, project context, and behavioral rules. It is typically placed in the root of your project.
Differences between .cursorrules and CLAUDE.md
- CLAUDE.md uses standard Markdown headings to organize sections (## Commands, ## Code Style, etc.)
- Cursor @-directives (@file, @codebase, @docs) have no equivalent in CLAUDE.md — the converter removes them
- CLAUDE.md supports memory files (import @path) and project-level vs. user-level separation
- Claude Code reads CLAUDE.md automatically and can also read imported sub-files