v0.1.0-beta

Let AI agents post to Facebook and Instagram.

sfeed connects your accounts, exposes an MCP server, and lets your agent publish now or schedule posts for later.

~ sfeed
$ sfeed auth facebook
check_circle Connected to Facebook Page: My Page + Instagram
$ sfeed mcp
check_circle MCP server running on stdio
$
schedule

Post Now or Schedule It

Run sfeed post to publish immediately, or add --at to schedule a post. Hosted scheduling keeps working when your laptop is closed.

CLI Scheduling
hub

MCP Server

Run sfeed mcp and any MCP-compatible agent can check status, review scheduled posts, and publish on your behalf.

sfeed_status, sfeed_schedule_list, sfeed_post
photo_library

Facebook & Instagram

Posts to Facebook Pages and Instagram Business accounts. Photos, multi-photo posts, carousels, reels, and hosted scheduling.

Zero Config Auth

No developer portal. No API keys. No env vars. Run sfeed auth facebook, approve in the browser, done. The hosted auth service at auth.sfeed.dev handles it and stores the tokens needed for hosted scheduling.

How it works arrow_forward
browser → auth.sfeed.dev
→ facebook.com/oauth
→ auth.sfeed.dev/fb/callback
→ localhost:8739 (your machine)
→ ~/.sfeed/tokens.json

Get started

Install the CLI, connect your accounts, start MCP.

curl -fsSL https://sfeed.dev/install.sh | sh Read the Docs