Social media scheduling MCP server. Control posting to 10 platforms (LinkedIn, X/Twitter, Instagram, TikTok, YouTube, Facebook, Threads, Bluesky, Mastodon, Telegram) directly from AI assistants like Claude. 18 tools for posts, analytics, and team management.
Overview
Publora MCP Server
Control social media scheduling directly from AI assistants like Claude, Cursor, and Claude Code.
Features
- 18 tools for posts, analytics, and workspace management
- 10 platforms: LinkedIn, X/Twitter, Instagram, TikTok, YouTube, Facebook, Threads, Bluesky, Mastodon, Telegram
- LinkedIn Analytics: engagement metrics, followers, reactions, comments
- Team collaboration: B2B workspace management
Quick Setup
- Get API key at publora.com → API section
- Add config to your MCP client
- Start posting with natural language
Example Commands
- "Schedule a post to LinkedIn for tomorrow at 9am"
- "Show my connected social accounts"
- "Get my LinkedIn analytics for the past week"
- "Post this announcement to all my accounts"
Pricing
- Free: 15 posts/month, LinkedIn & Bluesky
- Pro: $2.99/month per account, 100 posts/month, all platforms
Server Config
{
"mcpServers": {
"publora": {
"type": "http",
"url": "https://mcp.publora.com",
"headers": {
"Authorization": "Bearer sk_YOUR_API_KEY"
}
}
}
}