Get your Mallary API key
Connect your social media accounts and copy your API key on the Mallary dashboard.
Get API keyGive your AI agents the ability to post, schedule, upload media, and check analytics across every major social platform with one unified interface. Built for MCP, CLI, and API workflows.
npx skills add mallarylabs/mallary-agent
Install the skill, set your API key, and your agent is ready to post.
# Install the skill
npx skills add mallarylabs/mallary-agent
# Set your API key without printing it
read -rsp "Mallary API key: " MALLARY_API_KEY; echo; export MALLARY_API_KEY
# Upload your video
mallary upload ./launch.mp4
# Returns https://files.mallary.ai/uploads/launch.mp4
# Post your video
mallary posts create \
--message "Check out my video" \
--platform tiktok \
--platform youtube \
--media https://files.mallary.ai/uploads/launch.mp4
No dashboard clicks. No manual scheduling. Just a conversation and a tool-ready publishing workflow.
Connect Mallary to the way your agents and workflows already operate with our MCP server, official n8n community node, and installable Agent Skills.
Explore all integrationsEvery command can emit structured JSON. Mallary is designed for LLMs, scripts, and automation pipelines to parse, plan, and execute social media workflows.
Post to X, LinkedIn, Reddit, Instagram, YouTube, TikTok, Facebook, Threads, Snapchat, and Pinterest from one CLI workflow.
Create posts with follow-up comments and agent-friendly payloads, with platform-specific handling managed by Mallary.
Mallary can detect new questions and comments on published posts, then use AI to reply in your saved brand and business context.
Schedule posts with precise timestamps and timezone support, then inspect grouped posts and job results from the same interface.
Control platform features like Reddit subreddits, TikTok post mode, Pinterest boards, Instagram post types, and YouTube visibility from file mode.
Claude, Codex, Cursor, Windsurf, OpenCode
Native Model Context Protocol integration. Your AI assistant can create upload URLs, publish posts, inspect jobs, check analytics, and manage connected platforms from chat.
Autonomous AI agents
Give your AI agent social media execution tools. It can plan, write, schedule, and publish across all 10 supported platforms from a single workflow.
One-command install
Install the Mallary skill in one command. Works with Claude Code, Cursor, Windsurf, Codex, and other agent environments that support skill-style workflows.
npx skills add mallarylabs/mallary-agent
Custom agents & workflows
Build your own integration with the Mallary API. Upload media, create and schedule posts, inspect jobs, fetch analytics, manage webhooks, and disconnect platforms from any language.
Pick the AI tool you use. Follow three quick steps to connect Mallary and try your first command.
Connect your social media accounts and copy your API key on the Mallary dashboard.
Get API keySave this as ~/.cursor/mcp.json.
{
"mcpServers": {
"mallary": {
"url": "https://mallary.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_MALLARY_API_KEY"
}
}
}
}
"Ask Mallary to show my connected social accounts. Do not post anything."
Connect your social media accounts and copy your API key on the Mallary dashboard.
Get API keyYou can type your key without showing it.
read -rsp "Mallary API key: " MALLARY_API_KEY; echo; export MALLARY_API_KEY
codex mcp add mallary --url https://mallary.ai/mcp --bearer-token-env-var MALLARY_API_KEY
"Ask Mallary to show my profiles and connected social accounts. Do not post or change anything."
Connect your social media accounts and copy your API key on the Mallary dashboard.
Get API keyYou need Node.js and npm.
npm install -g @mallary/cli
npx skills add mallarylabs/mallary-agent
read -rsp "Mallary API key: " MALLARY_API_KEY; echo; export MALLARY_API_KEY
mallary health
"Ask Mallary to show my connected social accounts. Do not post anything."
Connect your social accounts. Then copy your API key from Mallary.
Get API keyYou need Node.js and npm.
npm install -g @mallary/cli
npx skills add mallarylabs/mallary-agent
read -rsp "Mallary API key: " MALLARY_API_KEY; echo; export MALLARY_API_KEY
mallary health
Ask Mallary to show my connected social accounts. Do not post anything.
Within 30 seconds you can connect accounts, schedule posts and go live on 10 platforms.
"I automated the posting on 5 different platforms in under 20 minutes. Highly recommend!"
"I was totally confused by the official TikTok API. Mallary made it simple. Using it every day."
"OAuth management is usually a nightmare. Mallary abstracted that away completely."
Mallary is fully audited and approved by Meta, Google, LinkedIn, TikTok and more. We use 100% official APIs, no sketchy workarounds, no headless browsers, and no risk of your accounts getting banned.
Official platform partners
Mallary helps serious creators publish videos, images, and posts across TikTok, Instagram, YouTube, Facebook, X, LinkedIn, Pinterest, and Threads - without manually uploading to every platform.