Multi-platform social media MCP server
Post tweets, threads, polls, and media across social platforms. Full support for X (Twitter) with extensible architecture.
{
"mcpServers": {
"social-media": {
"mcpServers": {
"social-media": {
"env": {
"TWITTER_API_KEY": "YOUR_API_KEY",
"TWITTER_API_SECRET": "YOUR_API_SECRET"
},
"args": [
"-y",
"@rossh/social-media-mcp"
],
"command": "npx"
}
}
}
}
}