Connect your coding agent to CreatorNotes.

Run one command, sign in through your browser, and your agent can read, write, search, and organize your CreatorNotes workspace.

TerminalCopy
npx @creator-notes/cli@latest init

Requires Node 18+. Works in any terminal, including Codespaces and remote SSH.

Works with

ClaudeClaude Code
CodexCodex
CursorCursor

Or ask your agent to set it up

Paste this into Claude Code, Cursor, Codex, or any coding agent:

PromptCopy
Run `npx @creator-notes/cli@latest init` to connect this project to my CreatorNotes account. If it prints a sign-in URL, share it with me; I'll sign in and paste back the `auth login` command for you to run, then run `init` again to finish. Confirm it works with `npx @creator-notes/cli@latest --help`.

The browser sign-in is the only step your agent cannot complete for you.

What the wizard does

Five steps. Four are automatic.

Opens your browser to sign inmanual

Google sign-in or email. The only manual step. A workspace and a Home canvas are auto-created on first sign-in.

Saves credentials locally

Your token is stored only on your machine, in ~/.creatornotes/config.json, readable by your user alone. Re-running the wizard skips ahead if you're already set up.

Installs the Claude Code skill

If you have ~/.claude/, the wizard copies the cn skill into ~/.claude/skills/cn/SKILL.md so every Claude Code session knows how to use the CLI.

Optionally installs cn globally

After init, the wizard offers to install cn globally so future calls are instant. Skip it and npx @creator-notes/cli keeps working.

Optionally wires up Claude Desktop / Codex

If you also use Claude Desktop or OpenAI Codex, the wizard can write the MCP server config for you.

Then ask your agent

Things you can say once the CLI is installed.

Create a note titled "Sprint planning Q2" and add it to my Home canvas.

Search my notes for anything about onboarding flows.

Pull the last 5 meeting notes and summarize the action items.

Build a canvas of every decision we made about auth.