Install
$ agentstack add mcp-brainrot-creations-socials ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
About
Socials MCP
Give Claude superpowers on X, LinkedIn, and Reddit.
Install
- Install the Socials Chrome extension
- 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
- Build local MCP:
cd socials/mcp
npm run build
- 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"
}
}
}
}
- 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.
- Author: Brainrot-Creations
- Source: Brainrot-Creations/socials
- License: MIT
- Homepage: https://socials.brainrotcreations.com/gh
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.