Write, schedule, and manage social media drafts across X/Twitter, LinkedIn, Threads, Bluesky, and Mastodon — with queue management and analytics.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"typefully": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-typefully",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify typefully credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Write, schedule, and manage social media drafts across X/Twitter, LinkedIn, Threads, Bluesky, and Mastodon.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-typefully
| Tool | Description |
|---|---|
get_me | Get authenticated user details |
list_social_sets | List connected account groups |
get_social_set | Get social set details + connected platforms |
create_draft | Create a draft — save, schedule, or add to queue |
list_drafts | List drafts filtered by status |
get_draft | Get full draft details |
update_draft | Update content, schedule, or platforms |
delete_draft | Delete a draft |
get_queue | View upcoming queue slots + scheduled drafts |
get_queue_schedule | View queue schedule rules (days/times) |
list_tags | List content organization tags |
get_analytics | Get post performance metrics by platform |
| Variable | Required | Description |
|---|---|---|
TYPEFULLY_API_KEY | Yes | Typefully API key — generate from Settings in your Typefully account |
TYPEFULLY_API_KEY in the secrets panel{
"tool": "create_draft",
"arguments": {
"social_set_id": "ss_abc123",
"content": "Thread about AI automation:\n\n---\n\nFirst, let me explain why AI agents are changing how we work.\n\n---\n\nSecond, here are 3 tools every developer should know about.\n\n---\n\nFinally, the future: agents that schedule your social media for you.",
"platforms": ["twitter", "linkedin"],
"schedule_date": "2026-03-20T09:00:00Z"
}
}
| Platform | Features |
|---|---|
| X/Twitter | Posts, threads, queue, analytics |
| Posts, scheduling, analytics | |
| Threads | Posts, scheduling |
| Bluesky | Posts, scheduling |
| Mastodon | Posts, scheduling |
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-typefully
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
Yes. The Typefully MCP includes a create_draft tool that lets Claude create drafts in your Typefully account from a plain-English prompt. You can also update and delete drafts — no Typefully UI needed.
Yes. The Typefully MCP includes tools to list and retrieve social sets from your Typefully account. Claude can filter, sort, and summarize social sets based on your instructions.
Yes. The Typefully MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 12 Typefully tools are available everywhere you connect it — install once on Aerostack.
Yes. The Typefully MCP includes tools to update drafts in your Typefully account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Typefully API.