How To Post To Facebook With AI
If you want to post to Facebook with AI, keep your drafts and rules on your own machine, run sfeed auth facebook, and let your agent use sfeed to publish to the right Page. Add MCP when you want structured tools instead of shell commands.
Quick start
curl -fsSL https://sfeed.dev/install.sh | sh
sfeed auth facebook
sfeed status Example local setup
social/
rules.md
queue/
2026-04-12-facebook-update.md
media/
launch-card.jpg Your agent can read that folder, follow rules.md, and use sfeed as the actual posting layer.
Example prompt
Read ./social/rules.md and ./social/queue/2026-04-12-facebook-update.md.
Show me the Facebook draft first.
If I approve it, use sfeed to post it to the right Facebook Page. What sfeed handles
- Facebook browser auth and Page discovery
- Page selection when more than one Page is connected
- Immediate posting and hosted scheduling
- Local image and video uploads
- Scheduled previews and the hosted queue UI
Supported Facebook post shapes
- Text-only posts
- Single-image posts
- Multi-image posts
- Single-video posts
Questions
Can AI post to a Facebook Page for me?
Yes. sfeed exposes a real posting tool through the CLI and MCP, so an AI agent can publish to a Facebook Page after you connect it.
Do I have to move my content into a dashboard first?
No. You can keep your posts, prompts, and media on your own machine, and let the agent use sfeed to publish them.
Can I post multiple images to Facebook?
Yes. sfeed supports Facebook multi-image posts, so an agent can publish several images in one post.