Connect Drafted to your AI assistant. Choose how you work — a desktop coding agent, or a web assistant like Claude or ChatGPT.
Pick the command for your operating system. The installer configures Drafted for Claude Code and Codex when they are present. On Windows, it also installs Git for Windows and Claude Code when they are missing, then fixes the user PATH for the claude command.
curl -fsSL https://drafted.live/install.sh | bash
curl -fsSL https://drafted.live/install.sh | bash
irm https://drafted.live/install.ps1 | iex
These are built-in apps for running one command. Open the one for your computer, paste the matching command above, then press Enter.
Open Finder, go to Applications, then Utilities, then open Terminal.
Open Terminal from your apps, or press Ctrl+Alt+T if your desktop supports it.
Open Start, type PowerShell, open Windows PowerShell, paste the command, and press Enter. If prompted by the Git installer, accept the defaults, then rerun the Drafted command if PowerShell asks you to.
Restart Claude Code or Codex. When the agent first uses Drafted, approve the sign-in link in your browser.
Ask your agent to create work in Drafted and return the project or frame link.
View your workspace at drafted.live
Add Drafted as a custom connector in your Claude settings. Works for Claude on the web and the Claude desktop app.
Turn on developer mode, then create an app that points at Drafted.
Ask your assistant to create work in Drafted and return the project or frame link.
View your workspace at drafted.live
If you are an AI coding agent (Claude Code, Codex, Cursor, etc.) installing Drafted on behalf of your user, follow this exactly.
drafted, server: https://drafted.live) for any of Claude Code, Codex, and Claude Desktop that are present, and installs global agent instructions. No hand-editing of MCP config required.
# macOS / Linux
curl -fsSL https://drafted.live/install.sh | bash
# Windows (PowerShell)
irm https://drafted.live/install.ps1 | iex
drafted tools. Restart the agent/editor process so it reloads its MCP servers. Do not skip this and do not report Drafted as "unavailable" — it just isn't loaded into the current process yet.
claude --resume <session-id>), then continue.mcp__drafted__*) before proceeding.
auth(action="get_link") to get a verification URL immediately, give that URL to your user, ask them to approve it in their browser, then continue — subsequent Drafted calls auto-consume the approved login. Use auth(action="login") only when you know a local browser is available.
get_org(action="get") and project(action="list") first, switch to the intended target, then create/open the project and write frames. Return the clickable project or frame link to the user when done.
Updating: rerun the installer command above. Uninstalling: npm uninstall -g drafted && rm -rf ~/.drafted