Social media automation with AI — powered by Dania.ai

Connect Claude to your Autopilots account and manage all your social media from a single conversation. Publish posts, schedule campaigns, generate images and videos, reply to comments, manage DMs, and track analytics across Instagram, Facebook, LinkedIn, TikTok, and YouTube.

Quick Setup

1
Create your free Autopilots account at autopilots.dania.ai/register
2
Get your API key from Settings → API
3
Add this to your Claude Desktop config (claude_desktop_config.json):
{
  "mcpServers": {
    "autopilots": {
      "url": "https://mcp.dania.ai/autopilots",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}
4
Restart Claude Desktop. Ask Claude: "Show me my connected social media accounts"

Available Tools (22)

account_info
Account details, credits, connected platforms
list_brands
List all brands in your account
list_connected_platforms
Connected social media per brand
create_post
Publish to any platform instantly
schedule_post
Schedule for a specific date/time
list_posts
View published, scheduled, draft posts
get_post_analytics
Impressions, engagement, reach, clicks
get_best_posting_times
AI-suggested optimal posting times
suggest_hashtags
Relevant hashtags for your content
create_campaign
Multi-post campaign with scheduling
list_campaigns
Active and past campaigns
generate_image
AI image generation from text prompt
generate_video
AI video generation from text prompt
get_media_gallery
Browse generated/uploaded media
list_dms
Direct messages across platforms
send_dm
Send a DM to any user
list_comments
Comments on your posts
reply_comment
Reply to a comment
list_autopilot_agents
Auto-publishing agents configured
toggle_autopilot_agent
Enable/disable an autopilot agent
get_account_analytics
Global engagement and growth stats
call_tool
Access 155+ additional tools by name

Authentication

Send your API key in the x-api-key header or as Authorization: Bearer YOUR_KEY. Each request creates an authenticated MCP session tied to your Autopilots account.

Endpoint

POST https://mcp.dania.ai/autopilots — Streamable HTTP (MCP 2025+)

GET https://mcp.dania.ai/sse — SSE transport (legacy clients)