reddit-mcp-buddy vs linkedin-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
reddit-mcp-buddy by karanb192 | linkedin-mcp-server by stickerdaniel | |
|---|---|---|
| Stars | ★ 649 | ★ 1,900 |
| 30d uses | — | — |
| Score | 54 | 56 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationCommunication | Web ScrapingBrowser AutomationCommunication |
| Language | TypeScript | Python |
| Last commit | 2 mo ago | this month |
reddit-mcp-buddy · Summary
A production-ready MCP server for browsing Reddit with AI assistants, featuring multiple auth tiers and clean data.
linkedin-mcp-server · Summary
MCP server providing LinkedIn API access through browser automation for profiles, companies, jobs, and messaging.
reddit-mcp-buddy · Use cases
- AI assistants browsing Reddit content and discussions in real-time
- Sentiment analysis across multiple subreddits for trending topics
- User profile analysis and activity tracking on Reddit
linkedin-mcp-server · Use cases
- Automate LinkedIn profile research for recruiting or competitive intelligence
- Streamline job application processes by automating LinkedIn job searches
- Manage professional communications by automating LinkedIn messaging
reddit-mcp-buddy · Install
For Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": ["-y", "reddit-mcp-buddy"]
}
}
}For Claude Code
claude mcp add --transport stdio reddit-mcp-buddy -s user -- npx -y reddit-mcp-buddylinkedin-mcp-server · Install
Installation
uvx Setup (Recommended)
**Prerequisites:** Install [uv](https://docs.astral.sh/uv/getting-started/installation/).
**Client Configuration:**
{
"mcpServers": {
"linkedin": {
"command": "uvx",
"args": ["linkedin-scraper-mcp@latest"],
"env": { "UV_HTTP_TIMEOUT": "300" }
}
}
}Claude Desktop MCP Bundle
- Download the latest
.mcpbartifact from [releases](https://github.com/stickerdaniel/linkedin-mcp-server/releases/latest) - Click the downloaded file to install it into Claude Desktop