Claude Integration

Post to social media from any Claude conversation.

Connect Aidelly to Claude via MCP and Claude gets native tools to publish, schedule, manage your inbox, and pull analytics across 6 platforms, without leaving the chat.

Two ways to connect

MCP Server

Claude Desktop & Claude.ai

Add Aidelly as a remote MCP server. Claude gets native tools to post, schedule, and manage your inbox no copy-pasting, no browser switching.

Claude Skill

Claude Code (CLI)

Install the Aidelly Social Autopilot skill in Claude Code. Generate content, preview via Telegram, and publish to all 6 platforms from your terminal.

Option 1 MCP Server (Claude Desktop)

Add Aidelly as a remote MCP server in your Claude Desktop config. Takes about 2 minutes.

1

Generate an API key

Go to Settings → API Keys in your Aidelly dashboard and create a new key. API access requires an active paid plan see plans.

2

Add Aidelly to your Claude Desktop config

Open ~/Library/Application Support/Claude/claude_desktop_config.json and add:

{
  "mcpServers": {
  "aidelly": {
  "url": "https://api.aidelly.ai/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_API_KEY"
  }
  }
  }
}
3

Restart Claude Desktop

Quit and reopen Claude Desktop. You'll see the Aidelly tools appear in the tool picker. Try: “Post this to my Instagram and LinkedIn.”

Option 1b Claude.ai (Connectors)

For Claude.ai in the browser, use the Connectors feature to add Aidelly as a remote MCP connection.

  1. In Claude.ai, go to Settings → Connectors → Add connector
  2. Enter the MCP URL: https://api.aidelly.ai/mcp
  3. Add the Authorization header: Bearer YOUR_API_KEY
  4. Save and start a new conversation Aidelly tools are now available.
Option 2 Claude Code Skill

Automate social media from your terminal.

Install the Aidelly Social Autopilot skill for Claude Code. It generates platform-specific content, sends previews to your Telegram for approval, and publishes to all 6 platforms all from your CLI.

  1. 1.Run the install command below in your terminal
  2. 2.Follow the prompts to connect your Aidelly API key and Telegram bot
  3. 3.Ask Claude Code to post it drafts, sends a preview, and publishes on your approval
npx skills add Aidelly/aidelly-social-autopilot

What Claude can do with Aidelly

  • Create and publish posts to Instagram, TikTok, YouTube, X, LinkedIn, and Facebook
  • Schedule content for any future date and time
  • Manage your approval queue approve or reject drafts
  • Reply to comments and triage inbox messages
  • Fetch analytics: views, likes, comments, shares per platform
  • Upload images and videos programmatically
  • Read your content calendar and scheduled posts

Common questions

What's the difference between MCP and the Claude Skill?

MCP works in Claude Desktop and Claude.ai you chat with Claude and it calls Aidelly tools natively. The Claude Skill is for Claude Code (the CLI); it adds a skill that generates content, sends previews to Telegram, and publishes on approval.

Do I need a paid plan to use the MCP server?

API key generation requires an active paid plan (Launch, Growth, or Scale). Generate your key from Settings → API Keys in your Aidelly dashboard.

Which Claude clients support MCP?

Claude Desktop (macOS and Windows), Claude.ai via Connectors, and any MCP-compatible client using the remote HTTP endpoint.

Can Claude post without my approval?

Yes, if you want full automation. You can also enable approval workflows so Claude queues drafts for you to review before anything goes live.