Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Daily Studio Teleprompter

app.dailystudio/teleprompter

Send a shoot's worth of scripts to the Daily Studio teleprompter on iPhone, in one link.

Uptime
100.0%
1 direct probes · 30d
Response
226ms
last probe
Tools
12
callable
Resources
1
readable
Prompts
2
available

Tools · 12

send_script_to_teleprompter

Turn one or more finished video scripts into a single one-tap link that opens the user's Daily Studio app with the script(s) loaded into the teleprompter and the right platform safe-zones selected, re…

list_connected_accounts

List the social accounts the user has connected to Daily Studio, so you know where a video could be published and under which handle. Requires a connected Daily Studio account — the first time you cal…

add_scripts_to_plan

Put finished scripts into the user's Daily Studio content plan, each with the day it should go out. Use this when the user asks you to PLAN — a week, a month, a series — rather than to hand them somet…

list_planned_scripts

Read what is already in the user's Daily Studio content plan — each script's id, title, collection, the day it goes out, its place in the shoot order, and how far it has got (written, recorded, upload…

edit_planned_scripts

Change scripts already in the user's Daily Studio content plan, by id and in bulk: move them to other days, group them into collections, retitle or rewrite them. This is the tool for 'these contents g…

get_planned_scripts

Read the full text of specific scripts in the user's content plan, by id — the words themselves, not just titles. Use it before rewriting or reviewing a script, or when the user asks about one ('check…

archive_planned_scripts

Archive scripts out of the user's working plan, by id — or restore archived ones with `restore: true`. Archiving is reversible and keeps the script and any recorded video; it is the right way to clear…

reorder_planned_scripts

Set the order the user's camera walks through their scripts — pass ids first-to-record first. Scripts you leave out keep their current order after the ones you name. Use it when the user says what to …

list_collections

List the collections (piles) the user already groups their scripts into, with counts. Call it before grouping anything so you reuse their existing names instead of inventing near-duplicates.

list_scheduled_posts

Read what the user has approved for publishing and what happened to it: waiting, going up now, published (with the link), failed (with the reason in plain words), or cancelled. Call it when the user a…

cancel_scheduled_post

Cancel one post that is waiting to go out, by id from list_scheduled_posts. Only works while the post is still waiting; the take becomes approvable again. Confirm with the user before calling this — i…

retry_scheduled_post

Put one failed post back in the queue, due now — by id from list_scheduled_posts. Use it after the cause in the failure sentence is fixed (say, a reconnected account). The post goes out within about f…

Resources · 1

Daily Studio script link

Shows a minted script link as a card in the conversation — QR on a desktop, an open button on a phone.

ui://safevertical/script-link.html

Prompts · 2

plan_my_week

Draft a week of scripts into the content plan, dated and grouped.

whats_coming_up

Summarize the plan and the publishing queue, including anything that failed.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "daily_studio_teleprompter": {
      "url": "https://dailystudio.app/mcp",
      "transport": "streamable-http"
    }
  }
}