Skip to main content
Glama

storytok

Make StoryTok videos from any coding agent or shell: narrated Reddit story videos, texting-story videos, auto captions, split-screen edits and AI highlight clips, as 1080×1920 MP4s. One package, three ways in (installed straight from GitHub with npx -y github:juanditb/storytok-agent; the shorter npx -y storytok will work once the package is on npm):

  • CLI: npx -y github:juanditb/storytok-agent story --reddit <url> --background "GTA 1.webm" --wait --out .

  • MCP server: npx -y github:juanditb/storytok-agent mcp for Claude Code, Claude Desktop, Cursor, Windsurf, Codex and any MCP client.

  • Skill: skill/SKILL.md teaches agents without MCP how to use the CLI. Install it by copying the folder to ~/.claude/skills/storytok/SKILL.md (Claude Code) or wherever your agent loads skills from.

Billing is StoryTok's: 1 credit per rendered minute (2 with premium voices), from packs that never expire, 3 free minutes on every new account. Failed renders refund automatically. There is no subscription and nothing to cancel.

Install

Claude Code

claude mcp add storytok -e STORYTOK_API_KEY=stk_live_… -- npx -y github:juanditb/storytok-agent mcp

Codex (~/.codex/config.toml)

[mcp_servers.storytok]
command = "npx"
args = ["-y", "github:juanditb/storytok-agent", "mcp"]
env = { STORYTOK_API_KEY = "stk_live_…" }

Cursor / Windsurf / Claude Desktop (mcp.json)

{ "mcpServers": { "storytok": { "command": "npx", "args": ["-y", "github:juanditb/storytok-agent", "mcp"], "env": { "STORYTOK_API_KEY": "stk_live_…" } } } }

Get a key at storytok.ai/settings/developer, or skip the copying: run npx -y github:juanditb/storytok-agent login in your own terminal, approve the code in your browser, and the key is stored in ~/.config/storytok/config.json (restart the MCP server afterwards so it picks the key up).

Related MCP server: brainrot

What the agent can do

Tool

What it does

get_account, get_catalog

Balance and cap; valid voices, caption presets, chat themes, backgrounds, music

import_reddit_post

A Reddit URL → title, script, intro-card stats

create_story_video

Narrated story over gameplay, optional Reddit intro card

create_texting_story

Chat bubbles revealed one by one, a voice per side

create_captions_video

Upload a local video, burn word-timed captions

create_splitscreen_video

Classic gameplay split or streamer facecam layout

create_highlights

1–20 AI-picked clips, scored, with hook lines

get_job, wait_for_job, download_job, list_jobs

Poll, block until done, save the MP4 (or clips + zip)

Every creating tool is two-phase: called without confirm it returns the cost estimate; the agent shows it, the user agrees, and only then does it render. Job creation sends an Idempotency-Key, so a retried call returns the same job instead of a second charge. Each key also has a rolling 24-hour credit cap (30 by default, editable in settings).

CLI

storytok login | logout | account | catalog | estimate | reddit
storytok story | text | captions | splitscreen | highlights
storytok job <id> | wait <id> | download <id> | jobs
storytok mcp

storytok --help lists every flag. Set STORYTOK_API_URL to point at another deployment.

Development

npm install
npm test          # unit tests against a mock API, plus an MCP round trip over stdio
node bin/storytok.js --help

MIT licensed. Issues and pull requests welcome.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that automates short-form video production for TikTok, Instagram Reels, and YouTube Shorts, using AI agents and behavioral science to generate production-ready videos from a topic and vibe.
    1
    -
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for faceless YouTube video automation, turning LLM-authored scripts into narrated, captioned videos with AI-generated images and motion.
    9
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A hosted MCP server providing 15 media and data tools for AI agents, including web search, news, content extraction, summarization, translation, moderation, script writing, text-to-voiceover, transcription, subtitles, viral-clip discovery, and short-form video editing.
    1
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/juanditb/storytok-agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server