Aidelly Docs
MCP

Claude Setup

Connect Aidelly to Claude Desktop, Claude.ai, or Claude Code.

Aidelly connects to Claude through the built-in Connectors feature, which works in both Claude Desktop and Claude.ai. Claude Code uses a separate skill.

Prerequisites

  • An active Aidelly paid plan
  • Your Aidelly login (the same account you use at app.aidelly.ai)
  • Your social accounts already connected inside Aidelly. Claude publishes through the connections on your Aidelly workspace — it can't connect new accounts for you. If you haven't connected your platforms yet, do that first at app.aidelly.ai → Brand → Social and come back.

Claude Desktop & Claude.ai (Connectors)

The same flow works for the desktop app and the web app — Connectors live under Settings in both.

  1. Open Settings → Connectors → Add connector
  2. Enter the MCP URL: https://app.aidelly.ai/mcp
  3. Save — Claude will prompt you to sign in to Aidelly
  4. Approve access, then start a new conversation — Aidelly tools are now available

No API key or authorization header needed. Claude handles the sign-in through Aidelly's OAuth flow. See OAuth Flow for details.

Test it

Try: "Post this to my Instagram and LinkedIn."


Claude Code (CLI skill)

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 platforms.

npx skills add Aidelly/aidelly-social-autopilot

Follow the prompts to connect your Aidelly API key and Telegram bot. Then ask Claude Code to post — it will draft content, send a preview to Telegram, and publish 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 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

Troubleshooting

Tools not appearing Make sure the connector is enabled in Settings → Connectors and that you started a new conversation after saving. Check that your Aidelly plan is active.

Sign-in loop or "not authorized" Sign out of the connector, remove it, and re-add the URL. Make sure you're signing in with the same Aidelly account that owns the workspace you want Claude to act on.

Claude says it can't post or sees no accounts Connections live in Aidelly, not Claude. Open app.aidelly.ai → Brand → Social, connect the platforms you want Claude to publish to, then start a fresh conversation in Claude.

MCP endpoint not reachable Try a HEAD request to verify the endpoint is up:

curl -I https://app.aidelly.ai/mcp

A 200 response with an MCP-Protocol-Version header confirms the server is healthy.