FastSocial for Claude Desktop
io.github.socialappsceduler-eng/fastsocial
Schedule and manage social media posts across 7 platforms directly from Claude.
client:Claude Desktop
transport:stdio
runtime:oci
Install FastSocial in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fastsocial": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/socialappsceduler-eng/fastsocial-mcp:latest"
],
"env": {
"FASTSOCIAL_API_KEY": "<FASTSOCIAL_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs