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

Supported Facebook post shapes

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.

Read next