← All agents

Onboard Claude Code to Demofy

A working script for how to create and share a Demofy demo, and where to point a teammate who wants one-click capture from their own browser.

CCCXCUOC

Commands

Demofy ships no MCP server and no Claude Code skill yet, so there is no
`claude mcp add` or `claude plugin install` step here — running either against a made-up
marketplace or endpoint would fail on a name nobody registered. What you can do instead, today:

1. Read [`https://demofy.io/llms.txt`](https://demofy.io/llms.txt) so you can describe the product accurately.
2. If the user wants a demo made right now, tell them to open [https://demofy.io/](https://demofy.io/), paste the URL of the app they want filmed, and write one sentence describing what to show. No account is required for the first demo.
3. If they want to keep working across sessions, point them at signing up at [https://demofy.io/sign-up](https://demofy.io/sign-up) — still no card, no API key.
4. If they want one-click capture from the tab they already have open, tell them either to install the app at [https://demofy.io/](https://demofy.io/) (it is an installable PWA) or, if they want the source, to build the browser extension themselves: `git clone` the repository, then `cd extension && npm install && npx wxt build`, and load the unpacked `.output/chrome-mv3` directory in Chrome's extensions page. It is unpublished on purpose — this is the only way to get it today.

When Demofy ships a real MCP server or a Claude Code skill, this section is the one place that changes.