MCP Hub
Back to servers

Autopilots by Dania.ai

Social media automation with AI — publish, schedule, campaigns, DMs, analytics across 5 platforms.

Registry
Updated
Mar 16, 2026

Autopilots MCP Server

Connect Claude AI to Autopilots by Dania.ai — publish, schedule, and manage your social media with AI.

MCP (Model Context Protocol) server that exposes 155+ social media automation tools to Claude. Manage Instagram, Facebook, LinkedIn, TikTok, and YouTube directly from a conversation.


Features

  • Publish & Schedule — Create posts across all platforms instantly or schedule for later
  • Analytics — View engagement metrics, best posting times, and performance insights
  • Campaigns — Create multi-post, multi-platform campaigns
  • AI Media — Generate images and videos with AI for your posts
  • DMs & Comments — Read and reply to direct messages and comments
  • Autopilot Agents — Manage your AI agents that auto-publish content

Quick Start

1. Get your API Key

  1. Go to autopilots.dania.ai/settings
  2. Click the API tab
  3. Click Create API Key
  4. Copy the key (starts with dania_...)

2. Configure Claude

Add the MCP server in your Claude settings (~/.claude/settings.json or project .mcp.json):

{
  "mcpServers": {
    "autopilots": {
      "type": "http",
      "url": "https://mcp.dania.ai/autopilots",
      "headers": {
        "X-API-Key": "dania_your_key_here"
      }
    }
  }
}

3. Start using it

Tell Claude things like:

  • "Publish on Instagram and LinkedIn: 'New article about AI in marketing...'"
  • "Schedule a post for Friday at 10am on LinkedIn"
  • "Show me analytics for the last 30 days"
  • "Generate an image for my marketing automation post"
  • "Create a launch campaign for next month"

Available Tools

Core Tools (20)

ToolDescription
create_postPublish a post immediately
schedule_postSchedule for a future date
list_postsView published/scheduled posts
get_post_analyticsEngagement metrics per post
get_account_analyticsGlobal account analytics
get_best_posting_timesOptimal posting times
suggest_hashtagsAI hashtag suggestions
create_campaignMulti-channel campaigns
list_campaignsView campaigns
generate_imageAI image generation
generate_videoAI video generation
list_dmsView direct messages
send_dmSend a direct message
list_commentsView comments
reply_commentReply to a comment
list_autopilot_agentsView AI agents
toggle_autopilot_agentEnable/disable agents
list_brandsView brands/accounts
list_connected_platformsView connected networks
get_media_galleryBrowse media assets

Extended Access

Use list_tools to discover all 155+ available tools and call_tool to invoke any of them.


Self-Hosting

If you want to run your own instance of the MCP server:

# Clone the repo
git clone https://github.com/carlosdania/autopilots-mcp.git
cd autopilots-mcp/server

# Install dependencies
npm install

# Start the server
PORT=3000 npm start

Environment Variables

VariableRequiredDescription
PORTNoServer port (default: 3000)
SERVER_SECRETNoSecret for request validation

Deploy

The server runs on any Node.js 18+ host. See scripts/ for deployment helpers:

  • Replitscripts/deploy-replit.sh
  • Railwayscripts/deploy-railway.sh
  • DockerDockerfile included

Project Structure

autopilots-mcp/
├── server/          # Node.js MCP server (Express + MCP SDK)
├── plugin/          # Claude plugin config, commands & skills
├── sdk/python/      # Python CLI client & auth utilities
├── examples/        # Usage examples
├── scripts/         # Deployment scripts
├── docs/            # Documentation
└── .github/         # CI/CD workflows

Python SDK

A standalone Python CLI client is included in sdk/python/:

# Publish a post
python3 sdk/python/autopilots.py publicar --plataforma instagram --texto "Hello world!"

# View analytics
python3 sdk/python/autopilots.py analytics --dias 30

# List brands
python3 sdk/python/autopilots.py marcas

See sdk/python/auth.py for API key management (supports macOS Keychain, env vars, and .env files).


Credits System

ActionCredits
Publish a post1-5
Generate image50
Generate video200-1000

Check your balance anytime by asking Claude: "How many credits do I have?"


Support


License

MIT — Built by Dania.ai

Reviews

No reviews yet

Sign in to write a review