socialfanout mcp for Gemini CLI
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:Gemini CLI
transport:stdio
runtime:npm
Install socialfanout mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"socialfanout-mcp": {
"command": "npx",
"args": [
"-y",
"socialfanout-mcp"
],
"env": {
"FANOUT_API_KEY": "<FANOUT_API_KEY>",
"FANOUT_API_BASE_URL": "<FANOUT_API_BASE_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs