Skip to content
Grok

FastSocial for Grok

io.github.socialappsceduler-eng/fastsocial

Schedule and manage social media posts across 7 platforms directly from Claude.

client:Grok transport:stdio runtime:oci

Install FastSocial in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fastsocial": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/socialappsceduler-eng/fastsocial-mcp:latest"
      ],
      "env": {
        "FASTSOCIAL_API_KEY": "<FASTSOCIAL_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

FastSocial in other clients