Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

Cursor IDE configuration can now be imported

claude import and /import now support importing settings from Cursor IDE, alongside Codex and Gemini

TierUse it nowhow much it should matter to you
Useful5my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaInternalswhat it touches
KindNew Featuresin v2.1.265,
Group of 6 Use it now Notable

claude import and /import now support importing settings from Cursor IDE, alongside Codex and Gemini

What

  • claude import (and its /import slash command) now accepts cursor as a source, alongside the existing codex and gemini sources, across the command's argument list, usage text, argument hints, CLI validators, and config-review messaging.
  • A new importer reads Cursor IDE configuration from ~/.cursor and .cursor/ (and .agents/skills) — including mcp.json, rules/*.mdc, skills/, commands/, hooks.json, and .cursorrules — and converts it into Claude Code MCP servers, skills, CLAUDE.md instructions, and slash commands. It includes safety checks (refusing symlinks, flagging values that look like credentials, refusing workspace-folder scoping, size caps, deduplication) and explicitly does not import Cursor hooks, .cursorignore, Cursor Memories, Custom Modes, or Team Rules.
  • The CLAUDE.md import-fallback marker now recognizes cursor as a third source id alongside codex/gemini when merging or reconciling previously imported instructions.
  • .cursor directories are now treated the same as .windsurfrules/.clinerules for worktree/context purposes (while .cursorrules was removed from that particular list), and a cursor boolean was added to import-related telemetry.

Why

This lets people who have been using Cursor bring their existing MCP servers, rules, skills, and commands into Claude Code with a single import command, instead of recreating them by hand.

Read from
Names in the bundle/import
What the documentation says
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Added since A small documentation edit on Claude apps gateway for Amazon Bedrock, Claude Platform on AWS, Google Cloud, and Microsoft Foundry touched a line naming /import after this was published. | Features that need feature-flag fetching, such as `/import` and `claude import` | Not available | The CLI skips the flag fetch on gateway sessions. [Features that need feature-flag fetching](/docs/en/env-vars#features-that-need-feature-f… claude-apps-gateway see the edit
Confirmed since Anthropic's documentation has since written up /import, on CLI reference. | `claude import [source]` | Start an interactive session that runs [`/import`](/docs/en/commands#all-commands) to bring configuration from other coding agents into Claude Code. Accepts the same `--dry-run` and `--yes` options as the comma… cli-reference see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up /import, on CLI reference.

See this entry in the whole of v2.1.265 →

Feedback