AgentStack
MCP verified MIT Self-run

Socials

mcp-brainrot-creations-socials · by Brainrot-Creations

Claude Code plugin + MCP server: connect Claude to the Socials browser extension for X, LinkedIn & Reddit (Agent Mode, local WebSocket bridge).

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add mcp-brainrot-creations-socials

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Socials? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Socials MCP

Give Claude superpowers on X, LinkedIn, and Reddit.


Install

  1. Install the Socials Chrome extension
  2. In Claude Code:
/plugin marketplace add Brainrot-Creations/claude-plugins
/plugin install socials@brainrot-creations
/reload-plugins

Done. Talk to Claude naturally:

  • "Connect with 100 LinkedIn recruiters hiring for React roles"
  • "Find Reddit threads about note-taking and mention my app naturally"
  • "Reply to 50 X posts about indie hacking and promote my SaaS"

How it works

The MCP server runs locally and bridges Claude to your browser via a WebSocket connection to the Socials extension. All actions happen through your real browser session — no API keys, no rate limits.


Troubleshooting

  • Port 9847 in use — Kill stale node processes or set SOCIALS_MCP_RECLAIM_PORT=1
  • Extension not connecting — Open the Socials side panel, then reload
  • Tools not working — Make sure you're signed into Socials

Development

npm install
npm run build       # build dist/
npm run typecheck   # type check
npm run release:dry # preview a release without publishing

Use local MCP in plugin dev mode

  1. Build local MCP:
cd socials/mcp
npm run build
  1. Set dev mode in claude-plugins/plugins/socials/.mcp.json:
{
  "mcpServers": {
    "socials": {
      "env": {
        "SOCIALS_MCP_DEV_MODE": "1",
        "SOCIALS_MCP_DEV_MCP_PATH": "/absolute/path/to/socials/mcp/dist/index.cjs"
      }
    }
  }
}
  1. Restart Claude Code.

To switch back to published npm package, set "SOCIALS_MCP_DEV_MODE": "0" and restart.

Releases are automated via CI — push to main with [release:patch], [release:minor], or [release:major] in the commit message to fast-track publishing.


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

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.