Turn your AI coding agent into a producer of interactive, narrated walkthroughs — code, whiteboard, and 3D casts, each a single self-contained HTML file that opens in any browser. Runs locally over npx.
Server Config
{
"mcpServers": {
"flowcast": {
"command": "npx",
"args": [
"-y",
"@flowcast/mcp@latest"
],
"env": {
"VOICE_MODEL": "openai",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
}
}
}
}