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.
Server Config
{
"mcpServers": {
"publora": {
"type": "http",
"url": "https://mcp.publora.com",
"headers": {
"Authorization": "Bearer sk_YOUR_API_KEY"
}
}
}
}