Brainrot-Creations/socials-claude-code-plugin
Claude Code plugin + MCP server: connect Claude to the Socials browser extension for X, LinkedIn & Reddit (Agent Mode, local WebSocket bridge).
Platform-specific configuration:
{
"mcpServers": {
"socials-claude-code-plugin": {
"command": "npx",
"args": [
"-y",
"socials-claude-code-plugin"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Clone https://github.com/BrainrotCreations/socials-claude-code-plugin, run npm install && npm run build, then add it to my plugins in settings.json---
`socials-claude-code-plugin` — a [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) server and [Claude Code plugin](https://code.claude.com/docs/en/plugins.md) that connects [Claude](https://www.anthropic.com/claude) (Desktop or Claude Code) to the [Socials](https://socials.brainrotcreations.com) browser extension so Claude can help with X, LinkedIn, and Reddit in Chrome (or another supported browser).
The repo follows the same layout as Anthropic’s official plugins: .claude-plugin/plugin.json plus root .mcp.json so enabling the plugin starts the MCP server automatically. You can still run it as a plain stdio MCP server (Desktop or manual Claude Code config).
Former name: this project used to be published as `socials-mcp`; the GitHub repository is now `BrainrotCreations/socials-claude-code-plugin`.
| Requirement | Notes | |-------------|--------| | Node.js | v18 or newer | | Socials extension | Install from the Chrome Web Store (search for “Socials” by Brainrot Creations, or use the link on socials.brainrotcreations.com) | | Paid plan | On a non-free Socials plan, the extension connects to this MCP over ws://127.0.0.1:9847 automatically (no toggle). Free tier cannot use the bridge. | | Claude | Claude Desktop and/or Claude Code with MCP support |
git clone https://github.com/BrainrotCreations/socials-claude-code-plugin.git
cd socials-claude-code-plugin
npm install
npm run buildThe runnable entr
Loading reviews...