Skip to main content
modiva.ai
Sign In

CLI

The Modiva CLI puts the whole platform in your terminal — connect accounts, publish, rotate keys and tail webhooks without leaving the shell. Great for scripts and CI. Open source at modiva-dev/modiva-cli ↗.

npm
npm i -g modiva
GitHub
github.com/modiva-dev/modiva-cli
Common commands
modiva loginAuthenticate the CLI with your workspace
modiva connections listSee every connected account and its status
modiva post create --profile acmePublish or schedule straight from the terminal
modiva tools search instagramDiscover tools across all 38 integrations
modiva keys rotateRotate the workspace MCP key in place
modiva webhooks tailStream live webhook deliveries as they fire
modiva mcp add claudeWire Modiva into any MCP client in one command
In action
$ modiva post create \
    --profile acme \
    --text "Launching today" \
    --at 2026-06-22T18:00Z
 scheduled post_9f2a across 6 accounts
# tail deliveries in another pane
$ modiva webhooks tail
 post.published  conn_18a2  200  142ms
CLI — Modiva