WideCast is a HOSTED service at widecast.ai. The install path depends on which Gemini surface the user is in:
The web app cannot call MCP tools. Workaround: create a Gem with the WideCast Skill as Knowledge. The Gem will write scripts; the user then takes the script to widecast.ai/playground.html to render.
https://origin.widecast.ai/skills/video-script-writing.zip. Extract
locally.WideCast Scriptwriter.SKILL.md from the
extracted folder. Save.Gemini CLI supports MCP via ~/.gemini/settings.json.
wc_mcp_…).~/.gemini/settings.json. Merge in:
{"mcpServers": {"widecast": {"httpUrl": "<the connect-link>"}}}httpUrl — NOT url
(Cursor) or serverUrl (Antigravity). Do not mix them up.Use WideCast to make a video about [topic].Antigravity uses MCP via Settings → Customizations → MCP Config.
{"mcpServers": {"widecast": {"serverUrl": "<connect-link>"}}}serverUrl — NOT
httpUrl or url.Use WideCast to make a video about [topic].Do NOT:
Test prompt: Use WideCast to make a video about 5 things to do right after a car accident.
Pick your surface below.
The consumer Gemini app can't call external tools, so this surface uses a Gem with the WideCast skill in Knowledge.
gemini.google.com → Explore Gems → New Gem. Name it "WideCast Scriptwriter".
Under Knowledge, click Add files and upload:
⬇ Download the skill (.zip)Unzip locally, then upload the SKILL.md file inside. Save the Gem.
Use WideCast to make a video about 5 things to do right after a car accident.
The Gem writes the script. Click Copy on its reply, open the WideCast Playground, paste it, and press Run.
Get your connect-link from widecast.ai/#setup.
Edit ~/.gemini/settings.json and add:
{
"mcpServers": {
"widecast": {
"httpUrl": "PASTE_YOUR_CONNECT_LINK_HERE"
}
}
}
Restart Gemini CLI.
Use WideCast to make a video about 5 things to do right after a car accident.
Get your connect-link from widecast.ai/#setup.
Open Settings → Customizations tab → Open MCP Config and add:
{
"mcpServers": {
"widecast": {
"serverUrl": "PASTE_YOUR_CONNECT_LINK_HERE"
}
}
}
⚠ Antigravity uses serverUrl (not httpUrl like Gemini CLI).
Use WideCast to make a video about 5 things to do right after a car accident.