Model Context Protocol

Let your AI
write your scripts.

Prompter exposes an MCP server so Claude Code, or any MCP-compatible client, can create, edit, and manage your teleprompter shows.

Setup

Add the Prompter MCP server to your Claude Code configuration.

1

Add the MCP server

Run this in your terminal:

claude mcp add --scope user prompter -- \
  npx -y @prompter/mcp
2

Approve the connection

On first use, Claude Code will print a URL. Open it in your browser, sign in to Prompter, and click Approve. That's it — you won't be asked again.

3

Start using it

Ask Claude to create a show, write a script, or manage your existing shows. It has full access to your Prompter account.

Available tools

The MCP server gives your AI full access to your Prompter account.

list_shows

List all your teleprompter shows with word counts and timestamps.

get_show

Read a specific show's full script content.

create_show

Create a new show with a name and optional script content.

update_show

Update a show's name or script content.

delete_show

Permanently delete a show.

get_settings

Read your teleprompter settings (words per minute).

update_settings

Change your teleprompter scroll speed.

Security

Device auth flow

You approve every connection in your browser. No tokens are shared in the terminal.

Revocable tokens

Tokens are hashed and stored server-side. Revoke access instantly from your account.

No passwords stored

Authentication uses your existing Prompter login. The MCP server never sees your password.

Ready to connect?

Set up in under a minute. One command, one approval.

claude mcp add --scope user prompter -- \
  npx -y @prompter/mcp