Prompter exposes an MCP server so Claude Code, or any MCP-compatible client, can create, edit, and manage your teleprompter shows.
Add the Prompter MCP server to your Claude Code configuration.
Run this in your terminal:
claude mcp add --scope user prompter -- \ npx -y @prompter/mcp
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.
Ask Claude to create a show, write a script, or manage your existing shows. It has full access to your Prompter account.
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.
You approve every connection in your browser. No tokens are shared in the terminal.
Tokens are hashed and stored server-side. Revoke access instantly from your account.
Authentication uses your existing Prompter login. The MCP server never sees your password.
Set up in under a minute. One command, one approval.
claude mcp add --scope user prompter -- \ npx -y @prompter/mcp