Social CLI MCP
CommunicationCLI tool and MCP server for posting to multiple social media platforms including Twitter, Reddit, LinkedIn, and Instagram.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"social-cli-mcp": {
"command": "npx",
"args": [
"-y",
"social-cli-mcp"
]
}
}
}