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, start sfeed mcp, and let your agent use sfeed to publish to the right Page.

Quick start

curl -fsSL https://sfeed.dev/install.sh | sh
sfeed auth facebook
sfeed mcp

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

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.

Read next