MCP Catalogs
Home

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
Score5456
Official
Categories
AI / LLM ToolsBrowser AutomationCommunication
Web ScrapingBrowser AutomationCommunication
LanguageTypeScriptPython
Last commit2 mo agothis 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-buddy

linkedin-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

  1. Download the latest .mcpb artifact from [releases](https://github.com/stickerdaniel/linkedin-mcp-server/releases/latest)
  2. Click the downloaded file to install it into Claude Desktop
Comparison generated from public README + GitHub signals. Last updated automatically.