Loading...
Please wait while we prepare your content
Loading...
Please wait while we prepare your content
Plug Claude, GPT, Cursor, Hermes or your own agent into 7 social platforms via MCP, CLI or REST API. Schedule, post and analyze content autonomously — no glue code, no per-platform OAuth, no rate-limit babysitting.
Works with Claude · GPT · Cursor · Windsurf · Cline · Continue · Hermes
Pick the integration path that matches your agent architecture. All three share the same workspace, accounts and quota.
Native Model Context Protocol. Connect Claude, Cursor, Windsurf, Cline, Continue and any MCP agent in one config paste.
Single binary for macOS, Linux and Windows. Drop it in any shell, CI job, cron or agent runner with API-key auth.
Standard endpoints at /public/api. Use from LangChain, LlamaIndex, AutoGen, CrewAI or any framework.
From listing posts to generating AI captions to scheduling — every tool an autonomous social media agent needs is built in.
List scheduled and published posts with filtering by status and platform
Retrieve a single post by ID with full details and metadata
Create a new post targeting any connected social media platform
Schedule an existing post for future publishing at a specific time
Remove a post from the workspace by its unique identifier
Generate AI-powered captions optimized for a specific platform and tone
Generate AI content, create a post, and schedule it in a single call
Fetch workspace analytics: post counts by status, platform, and trends
Pick MCP, CLI or REST and start posting from your agent.
{
"mcpServers": {
"so-me-studio": {
"url": "https://api.so-me.studio/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}# install
npm i -g @so-me/cli
# auth once
some auth login --api-key $SOME_KEY
# schedule a post
some post create \
--content "Shipping today 🚀" \
--platforms twitter,linkedin \
--at "2026-06-01T09:00:00Z"await fetch(
'https://api.so-me.studio/v1/posts',
{
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
content: 'Hello from my AI agent!',
platforms: ['twitter', 'linkedin'],
scheduledAt: '2026-06-01T09:00:00Z'
})
}
);MCP-native today. REST-native forever. If your agent can call a tool or hit an endpoint, it can run social media on So-me.studio.
From content creation to analytics-driven scheduling, your agent runs the entire workflow on autopilot.
Run AI agents that create, schedule and publish across every social platform on their own — driven by your brand voice and content strategy, no human in the loop required.
Let agents own the entire content calendar — generating, scheduling and optimizing posts for peak engagement windows automatically.
Manage many brands and clients programmatically. Agents switch workspaces and keep distinct brand voices at agency scale.
Agents pull analytics, find top-performing content and auto-schedule similar posts when reach is highest.
From zero to an autonomous posting agent in under five minutes.
Sign up and link your Twitter, LinkedIn, Instagram, Facebook, TikTok, YouTube or Threads accounts. OAuth is handled once.
Head to Settings → API Keys. The same key works for MCP, CLI and REST.
Paste the MCP config, install the CLI or wire the REST endpoint. Your agent can now create, schedule and analyze posts autonomously.
Everything teams ask before wiring an AI agent into their social media.
It is the practice of giving an AI agent (Claude, GPT, Cursor, Hermes or a custom one) programmatic access to your social media accounts so it can draft captions, create posts, schedule them and pull analytics without a human in the loop. So-me.studio exposes this through MCP, a CLI and a REST API across Twitter, LinkedIn, Instagram, TikTok, Facebook, YouTube and Threads.
Anything that speaks MCP (Claude Desktop, Claude Code, Cursor, Windsurf, Cline, Continue, Hermes, custom agents) and any framework that can call a REST API (LangChain, LlamaIndex, AutoGen, CrewAI, OpenAI Assistants, Vertex AI). The CLI works in any shell, CI pipeline or background worker.
Zapier and Make are linear trigger/action workflows for humans. So-me.studio is built for agents — model-aware tool definitions over MCP, structured JSON over REST, and an interactive CLI. Your agent decides what to post, when, and why, instead of executing a static recipe.
Yes. The CLI ships as a single binary with API-key auth, structured JSON output and exit codes, so it drops into GitHub Actions, GitLab CI, cron, Kubernetes Jobs or any runner. Use it for scripted posting, scheduled content campaigns or as a tool inside a larger agent loop.
No. Connect your social accounts once in the dashboard. The MCP server, CLI and REST API all share that connection — your agent never sees a platform token.
Free to start on the Hobby plan. MCP server access and the REST API unlock on Team and Scale plans with per-minute rate limits and credit allowances. The CLI works on every paid plan. See the pricing page for full details.
Yes. Every publish goes through our queue with retries, official-API integrations and per-platform rate-limit awareness. Your agent gets a single create/schedule call and we handle the rest.
Still have questions? Contact support →
One workspace for every channel your audience lives on.