Social media scheduling MCP for AI agents posting to X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, and Pinterest.
Tools
list_accounts
account_capabilities
connect_account
upload_asset
validate_schedule
preview_campaign
apply_schedule
publish_draft
list_posts
get_post
post_attempts
retry_post
cancel_post
run_status
get_analytics
workspace_usage
workspace_health
Server Config
{
"mcpServers": {
"socialclaw": {
"command": "npx",
"args": [
"-y",
"socialclaw",
"mcp"
],
"env": {
"SOCIALCLAW_API_KEY": "<YOUR_WORKSPACE_API_KEY>"
}
}
}
}