Atlas Social
AI-powered social media posting across 14 platforms with per-platform content adaptation, scheduling, and 30-day calendar generation
Atlas Social MCP Server
AI-powered social media posting for Claude Code. Post to 14 platforms with one command.
What it does
- Post to 14 platforms simultaneously with one command
- AI adapts content per platform — Twitter gets a punchy one-liner, LinkedIn gets thought leadership, TikTok gets a scroll-stopping hook
- Schedule posts for optimal times
- Generate 30-day content calendars with daily topics, hooks, and platform recommendations
- Track analytics across all connected platforms
Supported Platforms
Twitter/X · Instagram · TikTok · Facebook · LinkedIn · YouTube · Threads · Pinterest · Reddit · Bluesky · Telegram · Google Business · Snapchat · WhatsApp
Quick Start
Install via npx (recommended)
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"
}
}
}
}
Or for Claude Desktop (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.
Usage
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"
Tools
| 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. |
How Content Adaptation Works
When you say "Post this to Twitter and LinkedIn", Atlas Social:
- Takes your message
- Rewrites for Twitter: punchy, under 240 chars, 1-2 hashtags
- Rewrites for LinkedIn: professional, 200 words, thought leadership angle
- Posts both versions simultaneously
Each platform gets content that feels native — not a copy-paste resize.
Setup
- Get a Zernio API key (free tier available): zernio.com
- Connect your social accounts in the Zernio dashboard
- Add the MCP server to your Claude config (see Quick Start above)
- Optional: Add
ANTHROPIC_API_KEYfor AI content adaptation and calendar generation
API Keys
| 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.
Pricing
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 |
Local Development
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
Built by
Atlas Systems AI — run-atlas.com
Building the operating system for AI-powered content production.
相关服务器
Warpcast
Interact with Warpcast accounts, enabling actions like posting casts and managing your profile.
Slack Webhook
Post messages to Slack channels using incoming webhooks or bot tokens.
Whasapo
WhatsApp MCP server written in Go. Send and read WhatsApp messages from Claude, OpenClaw, or any MCP-compatible client. Single binary, no runtime dependencies.
WeChat Public Account Article Saver
Saves and publishes articles to WeChat Public Accounts.
Email
This server enables users to send emails through various email providers, including Gmail, Outlook, Yahoo, Sina, Sohu, 126, 163, and QQ Mail. It also supports attaching files from specified directories, making it easy to upload attachments along with the email content.
MCP Email Server
Manage emails using Gmail and IMAP protocols. Requires external configuration for credentials and settings.
MCP Chat Desktop App
A cross-platform desktop app for interacting with various Large Language Models (LLMs) through the Model Context Protocol (MCP).
FastIntercom
A high-performance MCP server for analyzing Intercom conversations with fast, local access via caching and background sync.
any-chat-completions-mcp
Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more
Desktop Notification
Send cross-platform desktop notifications from AI assistants.