Back to the catalog

socials

Official Claude Code plugin for Socials (Brainrot Creations). Ships an MCP server that connects Claude to the Socials browser extension so C

Open source Repository Open in the app JSON README (API)

About

Official Claude Code plugin for Socials (Brainrot Creations). Ships an MCP server that connects Claude to the Socials browser extension so Claude can work with your logged-in sessions on X, LinkedIn, and Reddit. Claude talks to the extension over a local stdio MCP process and a localhost WebSocket (127.0.0.1:9847); the extension must have Agent Mode enabled. Supports feed browsing, post context, reply drafting with personas/moods, basic browser control (open tab, navigate, reload), and access checks. Works with Claude Code via the bundled plugin manifest and .mcp.json; also usable from Claude Desktop with a manual MCP entry. Requires Node.js 18+, the Socials extension, and (where applicable) a Socials plan that includes Agent Mode.

Details

Kind
Plugins
Topic
Social & content
Publisher
brainrot-creations
Origin
marketplace
Category
ferramentas
Stars
22
Forks
2
Last push
2026-06-27T19:03:13Z
Repository state
ativo
Language
JavaScript
License
MIT
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
brainrot-creations/socials-claude-code-plugin/socials

README

<h1 align="center">Brainrot Creations · Claude Plugins</h1>

<p align="center">
  <strong>Official Claude Code plugins by Brainrot Creations.</strong>
</p>

<p align="center">
  <a href="https://github.com/Brainrot-Creations/claude-plugins"><img src="https://img.shields.io/badge/claude--code-plugin--marketplace-blue" alt="Claude Code Plugin Marketplace" /></a>
  <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License" /></a>
</p>

---

## Install

In Claude Code:

```
/plugin marketplace add Brainrot-Creations/claude-plugins
```

Then install individual plugins:

```
/plugin install amc-theatres@brainrot-creations
/plugin install socials@brainrot-creations
/plugin install agent-browser@brainrot-creations
/plugin install cursor-agents@brainrot-creations
/plugin install codex@brainrot-creations
/plugin install openai@brainrot-creations
```

```
/reload-plugins
```

---

## Plugins

### [AMC Theatres](./plugins/amc-theatres)

<p>
  <img src="./assets/amc.gif" alt="AMC Theatres" width="100%" />
</p>

Search AMC theatres, get showtimes, and view real-time seat maps. No auth required — works out of the box.

**Install:** `/plugin install amc-theatres@brainrot-creations`

### [Socials](./plugins/socials)

<p>
  <img src="./assets/socials.gif" alt="Socials" width="100%" />
</p>

Connect Claude to X, LinkedIn, and Reddit via the Socials browser extension. Post, engage, search, and manage social media directly from Claude Code.

**Install:** `/plugin install socials@brainrot-creations`

### [Codex](./plugins/codex)

<p>
  <img src="./assets/agents.gif" alt="Codex" width="100%" />
</p>

Hand off tasks to OpenAI Codex CLI from Claude. Same delegation pattern as Cursor Agents — submit a task, get back the output.

**Install:** `/plugin install codex@brainrot-creations`

### [OpenAI](./plugins/openai)

<p>
  <img src="./assets/agents.gif" alt="OpenAI" width="100%" />
</p>

Call GPT-4o, o1, o3-mini, and DALL-E directly from Claude Code. Chat completions and image generation in one plugin.

**Install:** `/plugin install openai@brainrot-creations`

### [Cursor Agents](./plugins/cursor-agents)

<p>
  <img src="./assets/agents.gif" alt="Cursor Agents" width="100%" />
</p>

Delegate coding tasks to Cursor agents directly from Claude. Fire tasks in the background, collect results when done — parallel AI coding without the context switch.

**Install:** `/plugin install cursor-agents@brainrot-creations`

### [Agent Browser](./plugins/agent-browser)

Fast native browser automation for AI agents. Navigate, screenshot, fill forms, click, and extract data from any webpage — powered by Chrome DevTools Protocol.

**Install:** `/plugin install agent-browser@brainrot-creations`

---

[MIT License](./LICENSE) · [contact@brainrotcreations.com](mailto:contact@brainrotcreations.com)

More