MCP Catalogs
Home

linkedin-mcp-server vs next-devtools-mcp

Side-by-side comparison to help you pick between these two MCP servers.

linkedin-mcp-server
by stickerdaniel
next-devtools-mcp
by vercel
Stars★ 1,900★ 747
30d uses
Score5654
Official
Categories
Web ScrapingBrowser AutomationCommunication
Developer ToolsBrowser AutomationAI / LLM Tools
LanguagePythonTypeScript
Last committhis month2 mo ago

linkedin-mcp-server · Summary

MCP server providing LinkedIn API access through browser automation for profiles, companies, jobs, and messaging.

next-devtools-mcp · Summary

Next.js DevTools MCP server providing development tools and utilities for Next.js applications.

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

next-devtools-mcp · Use cases

  • Diagnose runtime errors and issues in Next.js applications
  • Automate browser testing of Next.js applications using Playwright
  • Search and retrieve official Next.js documentation and guides
  • Upgrade and migrate Next.js applications to newer versions

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

next-devtools-mcp · Install

Installation

Using add-mcp CLI:

npx add-mcp next-devtools-mcp@latest

Manual installation:

{
  "mcpServers": {
    "next-devtools": {
      "command": "npx",
      "args": ["-y", "next-devtools-mcp@latest"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.