Claude Code plugin + MCP server: connect Claude to the Socials browser extension for X, LinkedIn & Reddit (Agent Mode, local WebSocket bridge).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"socials": {
"command": "npx",
"args": [
"-y",
"Brainrot-Creations/socials"
]
}
}
}
Run in terminal:
claude mcp add socials npx -y Brainrot-Creations/socials
Add to .cursor/mcp.json:
{
"mcpServers": {
"socials": {
"command": "npx",
"args": [
"-y",
"Brainrot-Creations/socials"
]
}
}
}