Aidelly Docs
AI Agents

Claude

Post to social media from any Claude conversation via MCP or Claude Code skill.

Connect Aidelly to Claude Desktop, Claude.ai, or Claude Code. Claude gets native tools to publish, schedule, manage your inbox, and pull analytics across all platforms.

Connection options

MethodWorks in
MCP Server (remote HTTP)Claude Desktop, Claude.ai Connectors
Claude Code SkillClaude Code CLI

For full step-by-step instructions, see the Claude Setup guide.

Quick setup — Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

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

Restart Claude Desktop and Aidelly tools appear in the tool picker.

Quick setup — Claude Code skill

npx skills add Aidelly/aidelly-social-autopilot

Follow the prompts to connect your API key and Telegram bot. Then ask Claude Code to post — it drafts content, sends a preview to Telegram, and publishes on your approval.

What Claude can do with Aidelly

  • Create and publish posts to Instagram, TikTok, YouTube, X, LinkedIn, Facebook, and Bluesky
  • Schedule content for any future date and time
  • Manage the 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

FAQ

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.

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.