Typefully is a writing and scheduling tool for social media, supporting X (Twitter), LinkedIn, Threads, Bluesky, and Mastodon from a single dashboard.
What makes it interesting for developers: Typefully exposes a full API and an MCP server, so AI agents can draft, schedule, and publish social content autonomously. Think of it as the "Stripe for social posting." Your agent handles the content, Typefully handles the delivery.
Note
This is a sample gist showcasing how gists.sh renders different file types. Click through the tabs to see Markdown, JSON, YAML, CSV, ICS, and code highlighting in action.
Most AI agents can generate great content. Few can actually publish it. The gap between "here's a draft" and "it's live on 5 platforms" is surprisingly wide: character limits differ, media handling varies, scheduling rules change, and rate limits apply.
Typefully's API abstracts all of that into a single interface.
- Draft and publish to X, LinkedIn, Threads, Bluesky, and Mastodon from one API call
- Schedule posts to specific times or Typefully's smart queue slots
- Create threads with per-platform formatting
- Attach media via presigned upload URLs
- Tag and organize drafts for team workflows
- Read analytics to close the feedback loop
Typefully ships an MCP server that works with Claude, Claude Code, and other MCP-compatible agents. Install it once, and your agent can post to social media without any custom API code.
npx typefully-mcp
Or add it to your Claude Code MCP config directly.