One minute
Install the CLI and Mac app.
Storybloq is two pieces: a CLI that plugs into Claude Code and Codex, and a Mac app that shows your project board. You need both. It takes about a minute.
Follow along
- 1.
Open the Terminal
Press Command and Space together, type Terminal, and press Return. You'll see a window with a blinking cursor.
- 2.
Install the CLI
Paste this in, press Return, and wait for the cursor to come back. It'll pull the npm package and wire it into your shell.
$npm install -g @storybloq/storybloq@latest - 3.
Connect it to your AI client
This one command installs the Storybloq skill, registers the Storybloq MCP server, and configures supported hooks.
$storybloq setup --client all - 4.
Install the Mac app
Open the App Store, search for Storybloq, and click Install. (Or grab it from the link on the Mac page.)
- 5.
Point it at a project
Launch the app, pick a project folder, and open your AI client in the embedded terminal. Type /story in Claude Code or use $story in Codex to load the board.