atlas-social-mcp
Enables posting content, scheduling posts, and tracking analytics for Bluesky accounts.
Enables posting content, scheduling posts, and tracking analytics for Facebook accounts.
Enables posting content, scheduling posts, and tracking analytics for Google Business profiles.
Enables posting content, scheduling posts, and tracking analytics for Instagram accounts.
Enables posting content, scheduling posts, and tracking analytics for Pinterest accounts.
Enables posting content, scheduling posts, and tracking analytics for Reddit accounts.
Enables posting content, scheduling posts, and tracking analytics for Snapchat accounts.
Enables posting content, scheduling posts, and tracking analytics for Telegram accounts.
Enables posting content, scheduling posts, and tracking analytics for Threads accounts.
Enables posting content, scheduling posts, and tracking analytics for TikTok accounts.
Enables posting content, scheduling posts, and tracking analytics for WhatsApp accounts.
Enables posting content, scheduling posts, and tracking analytics for YouTube accounts.
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
Related MCP server: @posteverywhere/mcp
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 immediately. AI adapts content per platform. |
| Schedule for future date/time. |
| 30-day content calendar with AI. |
| Performance metrics across platforms. |
| Recent post history and status. |
| 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 |
| Yes | zernio.com → Dashboard → API Keys |
| Optional |
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 startBuilt by
Atlas Systems AI — run-atlas.com
Building the operating system for AI-powered content production.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceAI content generation, repurposing, and multi-platform publishing for 9+ social media platforms. Generate blog posts, discover trending topics, brainstorm titles, and publish to Twitter, LinkedIn, Bluesky, and more.8687MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to schedule and publish social media posts to platforms like Instagram, TikTok, YouTube, LinkedIn, Facebook, X, Threads, and Pinterest using natural language.331342MIT
- Flicense-qualityCmaintenanceEnables AI agents to create, schedule, and manage social media posts across 10 platforms via a unified API.
- Alicense-qualityAmaintenanceSocial media scheduling and publishing for AI agents. 17 validation-first tools to post to X, LinkedIn, Instagram, TikTok, YouTube, Reddit, Discord, Telegram, and more through one connected workspace.30676MIT
Related MCP Connectors
Schedule and publish social posts to 11 platforms with media, campaigns, analytics and AI captions
Schedule and publish to 10 social platforms: LinkedIn, X, Instagram, TikTok, YouTube, and more.
Create, schedule and publish social posts to TikTok, Instagram, Facebook and YouTube.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrismole310/atlas-social-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server