Loading MCP server directory, please wait...
Schedule and manage social media posts across 7 platforms directly from Claude.
npx @getmcp/cli add io.github.socialappsceduler-eng/fastsocialRequires Docker Engine. Community-contributed server. Review source before installing.
FASTSOCIAL_API_KEYYour FastSocial API key (get one at fastsocial.ai under Settings → API Keys)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.socialappsceduler-eng/fastsocial": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"FASTSOCIAL_API_KEY",
"ghcr.io/socialappsceduler-eng/fastsocial-mcp:latest"
],
"env": {
"FASTSOCIAL_API_KEY": ""
}
}
}
}