MCP Server
What it is
sfeed works as an MCP (Model Context Protocol) server. AI agents like Claude, OpenCode, and others can connect to it and use tools to read your voice profile and post on your behalf.
sfeed has no built-in AI. The agent is the brain. sfeed is the hands.
Start the server
sfeed serve This starts the MCP server on stdio. You typically don't run this manually. Instead, configure your AI tool to launch it.
Configure Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"sfeed": {
"command": "sfeed",
"args": ["serve"]
}
}
} Available tools
sfeed_auth_status-- check connected platformssfeed_profile-- read voice profile + samples + contextsfeed_profile_write-- write/update the profilesfeed_context-- read project contextsfeed_post-- post to platformssfeed_history-- read post historysfeed_schedule_list-- list scheduled postssfeed_schedule_cancel-- cancel a scheduled postsfeed_init-- scan project, generate context
Typical agent workflow
- Agent calls
sfeed_profileto read your voice and style rules - Agent crafts a post that matches your voice
- Agent shows you the draft for approval
- Agent calls
sfeed_postto publish