Zilfu for Threads

Post to Threads.
From anywhere.

Write the take, build the replies, schedule the whole thread. Zilfu keeps your Threads conversation moving β€” without spending another evening drafting in the app.

L
@lumenstudio
Threads Β· 3-part chain
Scheduled

Hot take: shipping daily beats shipping perfectly. Here's the proof… 🧡

Mon Β· 9:00 AM Smart Slot
POST /v1/posts
{
  "content": "Hot take… 🧡",
  "networks": ["threads"],
  "schedule_at": "Mon 9:00"
}
βœ“ scheduled 200 OK Β· 142ms
  • Skip the daily Threads ritual
  • Multi-part threads in one composer
  • Topic tags for discovery
  • Crosspost without copy-paste
β€” What you get

Built for the way you use Threads.

Schedule threads weeks ahead, build replies in one composer, and see what actually works β€” all without opening Threads.

01 β€” Schedule

Queue today. Forget tomorrow.

Stack two weeks of takes, replies, and threads in one sitting and step out of the daily refresh loop. Zilfu publishes the moment you've planned for, even when you're deep in something else.

Get started free β†’
Up next this week 12 scheduled
Tue Β· 6:15 PM2 photos

Behind the scenes β€” spring collection

Carousel
Wed Β· 12:00 PMtopic: design

Quick update on the new redesign β€” what we kept, what we tossed

Text
Fri Β· 8:00 PM+ caption

New blog: 5 ways agents change the stack

Image
02 β€” Compose

Write once. Post everywhere.

Compose one post, pick your destinations, and Zilfu publishes everywhere at once. Threads, Instagram, Facebook, LinkedIn, TikTok, Pinterest, and Bluesky β€” all from a single composer. No copy-paste, no tab-juggling.

Get started free β†’
New post Saved Β· just now

Hot take: shipping daily beats shipping perfectly. Here's the proofβ€¦βœ¨

Publishing to
@ @lumenstudio Threads
IG @lumenstudio Instagram
Bs @lumenstudio Bluesky
Li Lumen Studio LinkedIn
03 β€” Measure

Track every reply, repost, share.

Views, replies, reposts, and follower growth β€” broken down per thread and topic. Refreshed every four hours, ready when you open your laptop. No CSV exports. No spreadsheets.

Get started free β†’
Views 24.8K +41%
Replies 312 +22%
Followers +189 +8%
Thread views Β· last 30 days Threads
β€” How it works

From zero to scheduled in under a minute.

Three steps. Then the rest of your week takes care of itself.

1

Connect in one click.

Sign in with Threads, pick the account you want Zilfu to manage, and grant the standard permissions. That's the whole setup.

2

Drop in your thread.

Compose in the dashboard, build replies inline, or trigger from Zapier, n8n, your CMS, your AI agent β€” anything that talks HTTP.

3

We publish. You watch.

Posts go out at the right time. Analytics roll in every four hours. Webhooks fire on publish, fail, and reply.

β€” For developers

Automate with APIs.

Your CMS, your AI agent, your automation tool β€” anything that talks HTTP can ship a thread to Zilfu. Topic tags, replies, webhooks, and an MCP server included.

142ms
# Schedule a thread to your Threads account.
curl -X POST https://zilfu.app/api/posts \
  -H "Authorization: Bearer sk_live_xxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Hot take: shipping daily beats shipping perfectly 🧡",
    "networks": ["threads"],
    "topic_tag": "design",
    "schedule_at": "2026-04-23T18:15:00Z"
  }'
# Add Zilfu's MCP server to Claude, Cursor, or any agent.
{
  "mcpServers": {
    "Zilfu": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://zilfu.app/mcp/social-media",
        "--header",
        "Authorization: Bearer ${SOCIAL_MEDIA_TOKEN}"
      ],
      "env": {
        "SOCIAL_MEDIA_TOKEN": "<paste your api token>"
      }
    }
  }
}
βœ“ Response Β· 200 OK
{
  "id": "post_8aB3xY9k",
  "status": "scheduled",
  "scheduled_at": "2026-04-23T18:15:00Z",
  "networks": [
    { "name": "threads", "status": "queued" }
  ]
}
No upgrade needed

Full API on the free plan. Same endpoints, no surprises.

No servers to run

Hosted MCP server β€” drop the URL into Claude, Cursor, or any agent.

Real events

Webhooks fire when threads publish, fail, or get a reply.

β€” FAQ

Threads, asked and answered.

No β€” any standard Threads account works. Zilfu connects through Threads' official login (via Meta) and uses the same scopes the platform offers any third-party tool.

Yes β€” by spinning up a workspace for each account. Every workspace stays isolated with its own queue and scheduling slots, and you switch between them in one click. The Free plan includes 2 workspaces; paid plans go up to unlimited.

Yes. Build the whole thread in one composer β€” root post plus as many replies as you need β€” and Zilfu publishes them as a single linked conversation. You can also add a topic tag so your post gets discovered.

Yes. Scheduled posts sit in your queue until publish time β€” edit the text, swap the media, change the time, or cancel entirely whenever you like.

We never see your password β€” Zilfu connects through Threads' official login and only requests the four permissions Threads exposes for third-party tools: read your basic profile, publish on your behalf, read engagement on your posts, and manage replies on threads you've scheduled. You can revoke access from your Threads settings at any time.

Schedule once. Show up daily.

Connect your Threads account in one click and let your queue do the rest. Free forever β€” no credit card, no commitments.

Connect Threads free β†’