Social Media for AI Agents
Give your AI agent the power to manage social media. CLI, MCP Server, and REST API with 8 SDKs, across 13+ platforms.
Free tier. No credit card required.
QUICK START
# Install the Late CLI
npm install -g late
# Authenticate
late auth login
# Create a post across platforms
late posts create \
--text "Shipped v2.0! Check it out" \
--platforms twitter,linkedin,bluesky
# Output (JSON, ready for AI parsing)
{
"id": "post_abc123",
"status": "scheduled",
"platforms": ["twitter", "linkedin", "bluesky"]
}{
"mcpServers": {
"late": {
"command": "npx",
"args": ["late-mcp"],
"env": {
"LATE_API_KEY": "your-api-key"
}
}
}
}
// Then in Claude Desktop:
// "Schedule a post for tomorrow at 9am saying"
// "We just launched v2.0! on Twitter and LinkedIn"import Late from "late-sdk";
const late = new Late(process.env.LATE_API_KEY);
const post = await late.posts.create({
text: "Shipped v2.0! Check it out",
platforms: ["twitter", "linkedin", "bluesky"],
scheduledFor: "2025-01-15T09:00:00Z",
mediaUrls: ["https://example.com/demo.mp4"]
});
console.log(post.id, post.status);WHY LATE FOR AI
AI-Ready JSON Output
Every CLI command and API response returns structured JSON that AI agents can parse and act on without extra processing.
13+ Platforms
One integration to reach Twitter/X, Instagram, TikTok, LinkedIn, Facebook, YouTube, Threads, Reddit, Pinterest, Bluesky, and more.
Three Integration Paths
CLI for terminal-based agents, MCP Server for Claude Desktop, REST API + 8 SDKs for custom integrations.
Natural Language via MCP
Tell Claude "schedule a post for tomorrow at 9am" and it handles the rest through the MCP server.
Rich Media Support
Upload images, videos, carousels, and stories. The API handles format validation and platform-specific requirements.
Analytics & Inbox
Pull engagement metrics, follower counts, and manage conversations programmatically across all connected accounts.
Terminal-native social media
Manage accounts, create posts, pull analytics, and more from the command line. Every command outputs structured JSON for easy automation.
# List connected accounts
late accounts list
# Create a post with media
late posts create --text "Launch day!" \
--platforms twitter,instagram \
--media ./launch.mp4
# Get analytics for an account
late analytics get --account acc_123Natural language social media
Connect the Late MCP server to Claude Desktop and manage your social media through conversation. No code required.
// You:
"What did I post last week on Twitter?"
// Claude (via Late MCP):
Here are your 3 tweets from last week:
1. "Shipped v2.0" - 142 likes, 23 retweets
2. "New blog post" - 89 likes, 12 retweets
3. "Team update" - 67 likes, 8 retweets
// You:
"Schedule a follow-up tweet for tomorrow at 9am"
// Claude:
Done! Scheduled for tomorrow at 9:00 AM UTC.Build with any language
REST API with official SDKs for 8 languages. Build custom integrations, automate workflows, or embed social media features into your app.
from late import Late
client = Late(api_key="your-api-key")
# Create a post
post = client.posts.create(
text="Shipped v2.0!",
platforms=["twitter", "linkedin"],
scheduled_for="2025-01-15T09:00:00Z"
)
print(f"Post {post.id} scheduled!")HOW IT WORKS
Get your API key
Sign up for free, connect your social accounts, and grab your API key from the dashboard.
Pick your integration
Install the CLI, add the MCP server to Claude Desktop, or use an SDK in your preferred language.
Start automating
Create posts, schedule content, pull analytics, and manage conversations programmatically.
AI-READY DOCS
Documentation built for AI consumption
Our docs are designed to be read by both humans and machines. Feed them into any LLM for instant context about every endpoint, SDK, and integration.
llms-full.txt
Full documentation in a single file, optimized for LLM context windows
OpenAPI Spec
Machine-readable API spec for auto-generating clients and agent tool definitions
CLI Docs
Complete CLI reference with all commands and options
MCP Docs
MCP server setup and tool reference
Open Source
Open-source projects, SDKs, and specs
WORKS WITH
Claude Desktop
Native MCP integration. Install the Late MCP server and manage social media through natural conversation.
Custom AI Agents
CLI returns structured JSON. Pipe commands into any AI agent framework for automated social media workflows.
Automation Workflows
REST API with 8 SDKs. Integrate with n8n, Make, Zapier, or build your own automation pipeline.
SUPPORTED PLATFORMS
Ready to give your AI agent social media superpowers?
Free tier. No credit card required. Start posting in minutes.
Get started