Socials MCP
Enables searching, posting, and replying to Reddit threads through browser automation via the Socials extension.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Socials MCPFind Reddit threads about productivity and upvote them"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-pluginsDone. 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=1Extension 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 publishingUse local MCP in plugin dev mode
Build local MCP:
cd socials/mcp
npm run buildSet 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Brainrot-Creations/socials'
If you have feedback or need assistance with the MCP directory API, please join our Discord server