Skip to content
Cline

FastSocial for Cline

io.github.socialappsceduler-eng/fastsocial

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

client:Cline transport:stdio runtime:oci

Install FastSocial in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

FastSocial in other clients