The unified social media infrastructure for AI agents and developers.
One API key. 15 platforms. 35+ MCP tools.
# Via GitHub Skills
npx skills add social-cli/social-cli-skill
# Or install the CLI directly
npm install -g social-cliSocial CLI lets AI agents post, schedule, reply, and analyze across 15 social media platforms through a single CLI or MCP server. No OAuth headaches. No platform-specific code. Just structured JSON in, social actions out.
Twitter/X · Instagram · Facebook · LinkedIn · TikTok · YouTube · Pinterest · Reddit · Telegram · Discord · Bluesky · Snapchat · WhatsApp · Google Business · Threads
npm install -g social-cli
export SOCIAL_CLI_API_KEY=sk_your_key
social-cli accounts list
social-cli posts create -c "Hello world!" -p twitter -a <accountId> --now- Cross-platform posting — one command, 15 platforms
- Scheduling & queue — set optimal times, let the queue handle distribution
- Analytics — engagement metrics across all platforms
- MCP-native — plug into Claude, Cursor, ChatGPT, or any agent runtime
- Unified inbox — DMs, comments, mentions in one feed
- Media upload — images, videos, documents via S3-compatible storage
{
"mcpServers": {
"social-cli": {
"url": "https://backend.socialcli.xyz/mcp/social-cli",
"auth": "Bearer ${SOCIAL_CLI_API_KEY}"
}
}
}MIT