Skip to content
Zed

socialfanout mcp for Zed

io.github.muse-nexus/socialfanout-mcp

One safe tool for your AI agent to publish to every social network via the Social Fanout API.

client:Zed transport:stdio runtime:npm

Install socialfanout mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "socialfanout-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "socialfanout-mcp"
      ],
      "env": {
        "FANOUT_API_KEY": "<FANOUT_API_KEY>",
        "FANOUT_API_BASE_URL": "<FANOUT_API_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

socialfanout mcp in other clients