Post to Social Media from Gemini CLI
Connect LazyRelay's MCP server to Google's Gemini CLI and schedule, check, and verify social posts right from your terminal.
What you can ask Gemini
- "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 Gemini to check whether a post actually went live, not just whether the request was accepted.
Setup
- From a terminal, run:
gemini mcp add --transport http lazyrelay https://lazyrelaylazyrelay-backend.onrender.com/mcp - Gemini CLI detects that the server requires OAuth (it responds with a 401) and walks you through signing in with your LazyRelay account automatically — no client ID or secret to configure by hand.
This adds the server to your user-level config (~/.gemini/settings.json); add -s project to the command instead to scope it to the current project's .gemini/settings.json. 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 an API key yet? Generate one from your dashboard's Settings tab — available on every plan, including Free.
See plans and get started free