WideCast × Gemini & Antigravity — easy setup

Pick your surface below.

Gemini Web / app gemini.google.com

The consumer Gemini app can't call external tools, so this surface uses a Gem with the WideCast skill in Knowledge.

1Create a Gem

gemini.google.comExplore 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.

2Make a video — ask in your 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.

Gemini CLI developer

1Get your connect-link

Get your connect-link from widecast.ai/#setup.

2Add WideCast to Gemini CLI

Edit ~/.gemini/settings.json and add:

{
  "mcpServers": {
    "widecast": {
      "httpUrl": "PASTE_YOUR_CONNECT_LINK_HERE"
    }
  }
}

Restart Gemini CLI.

3Make a video — just ask

Use WideCast to make a video about 5 things to do right after a car accident.

Google Antigravity agentic IDE

1Get your connect-link

Get your connect-link from widecast.ai/#setup.

2Add WideCast in Antigravity

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).

3Make a video — just ask

Use WideCast to make a video about 5 things to do right after a car accident.