Using sfeed with Claude Code
Claude Code can run sfeed through MCP. The main thing to keep explicit is page choice when more than one Page is connected.
1. Install and authenticate
curl -fsSL https://sfeed.dev/install.sh | sh
sfeed auth facebook 2. Add sfeed as an MCP server
Add this to your Claude Code MCP config:
{
"mcpServers": {
"sfeed": {
"command": "sfeed",
"args": ["mcp"]
}
}
} 3. First prompt to try
Check my sfeed status. If more than one page is connected, call sfeed_pages and ask which page to use. Then draft an Instagram post for ./assets/launch-card.jpg with the caption "Launch day. v0.1.2 is live." Ask me to confirm before posting. 4. Demo script you can record
1. Start Claude Code with sfeed configured
2. Ask it to inspect sfeed_status
3. Ask it to post a local image to Instagram
4. Confirm the drafted caption
5. Show the final result URL or media ID Useful prompts
Use sfeed to post "We shipped a fix" to Facebook on page_id "112233445566778".
Use sfeed to schedule a post for tomorrow at 9am Eastern. If the schedule time needs an ISO timestamp, compute it and use sfeed_post with schedule_at.
List failed scheduled posts through sfeed and summarize what went wrong.