Claude Codeby Anthropic
Skill · MCP · CLI

Give Claude Code your social accounts, with a skill

The simplest path is the skill: it teaches Claude Code the groniz commands and installs the CLI they run on. Prefer typed tools? Add the MCP server instead. Either way it posts, schedules and reads analytics from your terminal.

SkillMCPCLI
Connect Claude Code

How to give Claude Code your accounts

  1. 1

    Install the Groniz skill

    The skill lands in Claude Code’s skills directory. It teaches it every groniz command and installs the CLI those commands run on — no MCP config to write.

    npx skills add groniz/groniz-cli
  2. 2

    Or add the MCP server

    Prefer typed tools over the CLI? One command. The URL carries your key, or pass it as a Bearer header — both authenticate the same way.

    claude mcp add --transport http groniz \
      https://mcp.groniz.com/mcp \
      --header "Authorization: Bearer YOUR_API_KEY"
  3. 3

    Ask it to post

    Once connected, Claude Code discovers your accounts and schedules for you.

    > Schedule a thread on X for tomorrow 9am announcing the launch,
      and cross-post the opener to LinkedIn.
Before you rely on it
  • Needs a paid Claude plan (Pro, Max, Team or Enterprise) — MCP itself is not gated.
  • A project-scoped .mcp.json server prompts for approval the first time it is used.
Once it’s connected

What Claude Code can do for you

The Groniz surface is the same everywhere; what changes is how Claude Code reaches for it.

Try Schedule the launch thread without leaving the terminal you're already in.

Claude Code lives in your terminal, so scheduling a post is one more command in the session where you write the code — no browser, no context switch.

Every command below runs against your real Groniz account — the same posting, scheduling and analytics the Console gives you.

MCP tools

  • integrationListlist your connected accounts
  • groupListlist customer groups
  • integrationSchemaget a channel’s posting rules
  • triggerToolrun channel helpers (Discord channels, Reddit flairs…)
  • schedulePostToolschedule, draft or publish a post
  • generateImageToolgenerate an image for a post
  • generateVideoOptionslist video-generation options
  • videoFunctionToolread video generator settings
  • generateVideoToolgenerate a video for a post

CLI commands

  • groniz integrations:listlist connected accounts
  • groniz integrations:settingsget an account’s settings schema
  • groniz integrations:triggerrun a channel helper
  • groniz posts:createcreate or schedule a post
  • groniz posts:listlist posts
  • groniz posts:deletedelete a post
  • groniz analytics:platformread channel analytics
  • groniz analytics:postread a post’s analytics
  • groniz uploadupload media
Claude Code questions

Claude Code + Groniz, answered

Do I need an API key, or does the browser login work?+
Either. The MCP path uses an API key (in the URL or as a Bearer header). The CLI path uses groniz auth:login, a browser device flow that needs no key — pick whichever fits how you work.
MCP or CLI — which should I use in Claude Code?+
MCP is the tighter integration: Claude calls typed tools directly. The CLI is handy if you already script your terminal or want the same commands outside Claude. Both reach the same Groniz backend.
Can my company block this?+
Yes. An administrator can restrict which MCP servers Claude Code may use via managed settings, matched on the server URL. If Groniz does not appear in /mcp, that policy is why.

Ready to get started?

Give your agent posting power, or open the Console — free to try, cancel anytime.