Command Palette

Search for a command to run...

UnylyUnyly
Browse all

adaptlypost/agent

FreeNot checked

Schedule and publish posts to Instagram, TikTok, YouTube, X, Facebook, LinkedIn, Pinterest, Threads, and Bluesky from any MCP client: cross-posting with per-pla

GitHubEmbed

About

Schedule and publish posts to Instagram, TikTok, YouTube, X, Facebook, LinkedIn, Pinterest, Threads, and Bluesky from any MCP client: cross-posting with per-platform captions, bulk scheduling, draft approval, and media upload. Hosted at https://mcp.adaptlypost.com/mcp (OAuth or API token).

README

smithery badge

Give your AI agent the ability to post to Instagram, TikTok, YouTube, X, LinkedIn, Facebook, Pinterest, Threads, and Bluesky from a single command, and to read how those posts performed.

Supports: Instagram, TikTok, YouTube, X (Twitter), LinkedIn, Facebook, Pinterest, Threads, Bluesky

Install

npx skills add adaptlypost/agent

Works with Claude Code, Cursor, Windsurf, Codex, and any agent that supports skills.

Other installation methods

Manual: Copy the skills/adaptlypost/ folder into your project's skills directory.

Cursor remote rules: Point to https://raw.githubusercontent.com/adaptlypost/agent/main/skills/adaptlypost/SKILL.md

Setup

  1. Create an account at adaptlypost.com
  2. Connect your social media accounts
  3. Create an API token at Settings > API Tokens
  4. Run:
    ./scripts/adaptlypost.js setup --key adaptly_xxxxx
    

What it does

Once installed, your AI agent can:

  • Post to 9 platforms simultaneously with per-platform caption overrides
  • Schedule posts for any future time
  • Bulk schedule up to 100 posts at once
  • Check results per-platform success/failure with error details
  • Retry just the failed platforms
  • Draft & publish workflow — save drafts, review, publish later
  • Read analytics — views, likes, comments, followers and engagement per window, per platform and per post

Example

You: Schedule a LinkedIn post for tomorrow at 9am about our new feature launch
Agent: Done. Post scheduled for tomorrow at 9:00 AM on your LinkedIn account.

Alternative: MCP

For deeper integration with Claude Desktop, Cursor, or other MCP-compatible clients, use the AdaptlyPost MCP server:

{
  "mcpServers": {
    "adaptlypost": {
      "type": "http",
      "url": "https://mcp.adaptlypost.com/mcp",
      "headers": {
        "Authorization": "Bearer adaptly_your_key"
      }
    }
  }
}

MCP setup docs

Run it locally

The server source lives in mcp-server/. Run it over stdio with Bun:

{
  "mcpServers": {
    "adaptlypost": {
      "command": "bun",
      "args": ["run", "/path/to/agent/mcp-server/src/index.ts"],
      "env": { "ADAPTLYPOST_API_TOKEN": "adaptly_your_key" }
    }
  }
}

Or with Docker:

docker build -t adaptlypost-mcp .
docker run -i -e ADAPTLYPOST_API_TOKEN=adaptly_your_key adaptlypost-mcp

Links

License

MIT

from github.com/adaptlypost/agent

Installing adaptlypost/agent

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/adaptlypost/agent

FAQ

Is adaptlypost/agent MCP free?

Yes, adaptlypost/agent MCP is free — one-click install via Unyly at no cost.

Does adaptlypost/agent need an API key?

No, adaptlypost/agent runs without API keys or environment variables.

Is adaptlypost/agent hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install adaptlypost/agent in Claude Desktop, Claude Code or Cursor?

Open adaptlypost/agent on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare adaptlypost/agent with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs