Skip to content
Cursor

FastSocial for Cursor

io.github.socialappsceduler-eng/fastsocial

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

client:Cursor transport:stdio runtime:oci

Install FastSocial in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FastSocial in other clients