loading…
Search for a command to run...
loading…
AI-powered social media posting across 14 platforms. Post to Twitter, Instagram, TikTok, Facebook, LinkedIn, YouTube and more with one command. AI adapts conten
AI-powered social media posting across 14 platforms. Post to Twitter, Instagram, TikTok, Facebook, LinkedIn, YouTube and more with one command. AI adapts content per platform, schedules posts, and generates 30-day content calendars.
AI-powered social media posting for Claude Code. Post to 14 platforms with one command.
Twitter/X · Instagram · TikTok · Facebook · LinkedIn · YouTube · Threads · Pinterest · Reddit · Bluesky · Telegram · Google Business · Snapchat · WhatsApp
Add to your Claude Code MCP config (~/.claude/settings.json):
{
"mcpServers": {
"atlas-social": {
"command": "npx",
"args": ["-y", "@runatlas/atlas-social-mcp"],
"env": {
"ZERNIO_API_KEY": "sk_your_key_here",
"ANTHROPIC_API_KEY": "sk-ant-your_key_here"
}
}
}
}
claude_desktop_config.json):{
"mcpServers": {
"atlas-social": {
"command": "npx",
"args": ["-y", "@runatlas/atlas-social-mcp"],
"env": {
"ZERNIO_API_KEY": "sk_your_key_here",
"ANTHROPIC_API_KEY": "sk-ant-your_key_here"
}
}
}
}
Restart Claude Code. Done.
Just talk naturally:
"Post our new product launch to all platforms"
"Tweet: Just shipped v2.0 — faster, smarter, better."
"Schedule a LinkedIn post for Monday 9am about our hiring news"
"Generate a 30-day calendar for Elite Plumbing"
"Show me this week's analytics"
"What posts went out this week?"
"List my connected accounts"
| Tool | Description |
|---|---|
post_now |
Post immediately. AI adapts content per platform. |
schedule_post |
Schedule for future date/time. |
generate_calendar |
30-day content calendar with AI. |
get_analytics |
Performance metrics across platforms. |
get_recent_posts |
Recent post history and status. |
list_accounts |
Connected social accounts. |
When you say "Post this to Twitter and LinkedIn", Atlas Social:
Each platform gets content that feels native — not a copy-paste resize.
ANTHROPIC_API_KEY for AI content adaptation and calendar generation| Key | Required | Get it from |
|---|---|---|
ZERNIO_API_KEY |
Yes | zernio.com → Dashboard → API Keys |
ANTHROPIC_API_KEY |
Optional | console.anthropic.com |
Without ANTHROPIC_API_KEY, posts will use your original text on all platforms (no per-platform adaptation). Calendar generation requires it.
Atlas Social MCP is free and open source.
You'll need a Zernio account for the posting API:
| Zernio Plan | Posts/mo | Price |
|---|---|---|
| Free | 20 | $0 |
| Build | 120 | $19/mo |
| Accelerate | Unlimited | $49/mo |
git clone https://github.com/runatlas/atlas-social-mcp.git
cd atlas-social-mcp
npm install
cp .env.example .env # Add your keys
npm run build
npm start
Atlas Systems AI — run-atlas.com
Building the operating system for AI-powered content production.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"atlas-social-mcp": {
"command": "npx",
"args": []
}
}
}