Catalog
io.github.Muse-Nexus/socialfanout-mcp
OfficialOne safe tool for your AI agent to publish to every social network via the Social Fanout API.
Publishes AI agent content safely to all major social networks via single API.
README not available yet.
Install
Configuration
Environment variables
FANOUT_API_KEYrequiredsecretYour Social Fanout API key (spk_...). Get one free at https://socialfanout.com/signup
FANOUT_API_BASE_URLOverride only when self-hosting; defaults to https://socialfanout.com
claude_desktop_config.json
{
"mcpServers": {
"socialfanout-mcp": {
"command": "npx",
"args": [
"-y",
"socialfanout-mcp@0.1.1"
],
"env": {
"FANOUT_API_KEY": "<YOUR_FANOUT_API_KEY>",
"FANOUT_API_BASE_URL": "<YOUR_FANOUT_API_BASE_URL>"
}
}
}
}