Post to Social Media from Antigravity
Connect LazyRelay's MCP server to Google's Antigravity IDE and schedule, check, and verify social posts without leaving your editor.
What you can ask your agent
- "Schedule a post announcing this release to X and LinkedIn for tomorrow at 9am."
- "What's already queued this week?"
- "Did the launch-day post actually go live on every platform?"
- "Pull my post analytics for the last 30 days."
The part most AI-agent schedulers skip
Most integrations stop at the API call — the agent asks for a post, the API says 200 OK, and that's treated as done. It isn't. Rate limits, silent moderation holds, and platform-side failures can all eat a "successful" request. LazyRelay's list_scheduled_posts tool returns real Proof-of-Publish status, so you can ask your agent to check whether a post actually went live, not just whether the request was accepted.
Setup
- In Antigravity, open … → MCP Servers → Manage MCP Servers → View raw config and add a block like this to the
mcpServerssection:{ "mcpServers": { "lazyrelay": { "serverUrl": "https://lazyrelaylazyrelay-backend.onrender.com/mcp" } } } - Save the file and reconnect the server from the MCP Servers panel. You'll be prompted to sign in — use your LazyRelay account.
Antigravity's remote-MCP config is newer and its exact menu wording may shift as Google rolls it out — check Antigravity's own docs for "MCP" if this doesn't match what you see. Full tool reference (list_connected_accounts, list_workspaces, schedule_post, publish_post_now, update_post, list_scheduled_posts, delete_scheduled_post, get_analytics_summary, get_mentions) at lazyrelay.com/docs.
Don't have a LazyRelay account yet? MCP access works on every plan, including Free.
See plans and get started free