adaptlypost
Post and schedule social media content to 9 platforms — Instagram, TikTok, YouTube, X, LinkedIn, Facebook, Pinterest, Threads, and Bluesky —
Open source Repository Open in the app JSON README (API)
About
Post and schedule social media content to 9 platforms — Instagram, TikTok, YouTube, X, LinkedIn, Facebook, Pinterest, Threads, and Bluesky — from Claude Code. Key features: - Cross-post to multiple platforms in a single command, with per-platform caption overrides for X length limits, LinkedIn formatting, etc. - Schedule posts to any future time, or bulk schedule up to 100 posts at once - Draft → review → publish workflow so Claude saves drafts you can approve before they go live - Per-platform results: see which platforms succeeded, which failed, and retry only the failed ones - Media upload for images and videos, with TikTok privacy controls
Details
- Kind
- Plugins
- Topic
- Social & content
- Publisher
- adaptlypost
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-09-07T14:47:59Z
- Repository state
- ativo
- Language
- JavaScript
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
adaptlypost/claude-plugin/adaptlypost
README
# AdaptlyPost — Claude Code Plugin
[](https://smithery.ai/servers/tarasshyn/adaptlypost)
Post and schedule to **9 social media platforms** from Claude Code: Instagram, TikTok, YouTube, X (Twitter), LinkedIn, Facebook, Pinterest, Threads, and Bluesky.
## Install
```
/plugin marketplace add adaptlypost/claude-plugin
/plugin install adaptlypost
```
## Setup
1. Create an account at [adaptlypost.com](https://adaptlypost.com)
2. Connect your social media accounts
3. Generate an API token at [Settings → API Tokens](https://adaptlypost.com/api-tokens)
4. From inside Claude Code:
```
./scripts/adaptlypost.js setup --key adaptly_xxxxx
```
## What it does
Once installed, Claude 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 with success/failure and error details
- **Retry** just the failed platforms
- **Draft → publish** workflow — save drafts, review, publish later
## Example
```
You: Schedule a LinkedIn post for tomorrow at 9am about our feature launch.
Claude: Done. Post scheduled for tomorrow at 9:00 AM on your LinkedIn account.
```
## Alternative: MCP
For Claude Desktop, Cursor, or other MCP-compatible clients:
```json
{
"mcpServers": {
"adaptlypost": {
"type": "http",
"url": "https://mcp.adaptlypost.com/mcp",
"headers": { "Authorization": "Bearer adaptly_your_key" }
}
}
}
```
[MCP setup docs →](https://adaptlypost.com/features/agents)
## Links
- Product: [adaptlypost.com](https://adaptlypost.com)
- AI Agents: [adaptlypost.com/features/agents](https://adaptlypost.com/features/agents)
- API Tokens: [adaptlypost.com/api-tokens](https://adaptlypost.com/api-tokens)
## License
MIT