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/cnotes@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. That's the whole prompt; it reads the rest of the steps itself:

PromptCopy
Read https://creatornotes.app/install.md and follow it to connect this project to my CreatorNotes account. If you can't fetch that page, run `npx @creator-notes/cnotes@latest init` and follow what it prints.

Your agent will hand you a sign-in link to click. That's the only step it can't do 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 ~/.cnotes/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 CLI skill into ~/.claude/skills/cnotes/SKILL.md so every Claude Code session knows how to use the CLI.

Optionally installs cnotes globally

After init, the wizard offers to install cnotes globally so future calls are instant. Skip it and npx @creator-notes/cnotes 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.