OpenCode integration
Add ShortGenius to OpenCode as a remote MCP server and the open-source terminal agent can draft scripts, render videos, generate images and speech, and manage your account from its TUI.
OpenCode is an open-source terminal coding agent by Anomaly with a rich TUI that works with 75+ LLMs. Add the ShortGenius MCP server to its config and OpenCode can do real creative work: drafting scripts, generating videos, images, and speech, starting recurring series, and managing your library, whichever model you run it with.
Describe the result and OpenCode drives ShortGenius for you — no clicking through screens, no glue code.
OpenCode taps your voices, image styles, and soundtrack library, so every render is built from real assets.
Chain scripting, generation, and publishing into a single turn instead of clicking through screens.
Once OpenCode is connected, you can drive ShortGenius with plain-language prompts.
One config block, then authenticate.
Fastest path: paste this into OpenCode and it connects ShortGenius itself.
Fetch https://shortgenius.com/prompt.md
Merge this into opencode.json in your project root, or into ~/.config/opencode/opencode.json to enable it everywhere.
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"shortgenius": {
"type": "remote",
"url": "https://app.shortgenius.com/api/mcp",
"enabled": true
}
}
}Run this and complete the browser sign-in with your ShortGenius account.
opencode mcp auth shortgenius
Confirm shortgenius shows up as connected.
opencode mcp list
Open the OpenCode TUI and ask it to draft a script or generate media; the ShortGenius tools appear in its tool list.
Drop any of these into OpenCode after connecting.
Draft a 30-second video script about our new product launch from this blog URL
Generate a vertical video from that script and let me review it
Create a square image and a voiceover for my next TikTok
Start a recurring weekly series summarizing our release notes
Check my ShortGenius credit balance and which accounts are connected
Frequently Asked Questions
Add the ShortGenius MCP server to opencode.json (project root) or ~/.config/opencode/opencode.json as a remote server, then run "opencode mcp auth shortgenius" and complete the browser sign-in. Verify with "opencode mcp list".
Create a free account and generate an API key to get started in minutes.