Socials MCP
Enables browsing Reddit threads, posting comments, and engaging with content to promote apps or ideas.
Click on "Deploy 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 MCPConnect with LinkedIn recruiters for React roles"
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
Load the Socials browser extension in your browser (companion app, distributed separately)
Build and run this MCP server from source (see Development below)
Register the server with Claude Code by pointing your MCP config at
dist/index.cjs
Then 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"
Related MCP server: LinkedIn Intelligence MCP Server
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 checkUse local MCP in plugin dev mode
Build local MCP:
npm run buildPoint your MCP client config at the local build:
{
"mcpServers": {
"socials": {
"env": {
"SOCIALS_MCP_DEV_MODE": "1",
"SOCIALS_MCP_DEV_MCP_PATH": "/absolute/path/to/dist/index.cjs"
}
}
}
}Restart Claude Code.
To switch back to the default bundled server, set "SOCIALS_MCP_DEV_MODE": "0" and restart.
This server cannot be deployed
Maintenance
Related MCP Connectors
LinkedIn outreach, commenting, scheduling, and data via Claude and human approval gates.
LinkedIn outreach, commenting, scheduling, and data via Claude and human approval gates.
Your professional network in Claude — search contacts, log notes, and send warm intros.
Draft, check and schedule posts to your connected social accounts from Claude, ChatGPT or Cursor.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables posting text and media content directly to LinkedIn from Claude Desktop with support for authentication and visibility controls.10MIT
- AlicenseBqualityFmaintenanceConnects Claude Desktop to LinkedIn's data layer for AI-powered networking, enabling profile research, content creation and scheduling, engagement automation, analytics tracking, and messaging through natural language.148541MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude.ai to interact with Twitter/X by using browser automation to perform actions like posting, replying, and searching through a logged-in Chrome session. It provides a cost-effective alternative to the official API by bridging the Model Context Protocol with a real browser instance.130MIT
- AlicenseAqualityCmaintenanceEnables Claude to perform actions on X, LinkedIn, and Reddit via a Chrome extension, such as connecting with recruiters, finding threads, and replying to posts.3681MIT