Tellclip

For agents

Beautiful screen recordings for agents

Your agent already drives the browser. Tellclip lets it record what it does — with a real cursor, a zoom on the moment that matters, and the dead air cut out — then hands you a share link.

Every command prints one JSON object, and errors carry a next field with the recovery step, so an agent can drive it without guessing.

1

Install the Mac app for recording

The CLI remote-controls the Tellclip app, which does the actual capture and local draft editing. Install it once if you want the agent to record. Hosted MCP organization tools do not require a Mac.

Download for Mac

2

Install for your runtime

The skill routes the task. The CLI records and edits on this Mac; hosted MCP works with members, workspaces, uploaded clips, transcripts, frames, comments, and organization-side clip settings. Neither execution interface substitutes for the other.

claude plugin marketplace add Tellclip/skills && \
claude plugin install tellclip@tellclip

The plugin bundles the routing skill, the local CLI, and the hosted MCP. No separate npm install is needed.

MCP OAuth

# In Claude Code:
/mcp
# Or in a terminal:
claude mcp login tellclip

Use either login path when you need the authenticated organization tools.

This is separate from tellclip login, which signs in the local app/CLI session used by tellclip share.

3

Ask for a demo

That is the whole setup. Point your agent at a flow and ask it to record one:

“Record a 15-second demo of creating a project and sharing it, and give me the link.”

The agent stages the app, rehearses the flow with the recorder off, then records the take in one shot so none of its thinking time ends up on camera. It authors a cursor track, zooms the one moment the clip exists to show, cuts the dead air, and returns a tellclip.com/v/… link.

4

Use organization tools through MCP

The hosted MCP works with authenticated organization members, workspaces, uploaded clips, transcripts, frames, comments, and organization-side clip settings. It cannot record or edit a local draft, and the CLI cannot replace it as an organization browser.

The plugin configures it automatically in Claude Code and Codex. Cursor uses the marketplace plugin when listed, or the manual MCP merge above until then. Complete that runtime's MCP login when you need these tools.