MCP Catalogs
Home

linkedin-mcp-server vs akshare-one-mcp

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

linkedin-mcp-server
by stickerdaniel
akshare-one-mcp
by zwldarren
Stars★ 1,900★ 172
30d uses13,664
Score5675
Official
Categories
Web ScrapingBrowser AutomationCommunication
FinanceDeveloper ToolsWeb Scraping
LanguagePythonPython
Last committhis month2 mo ago

linkedin-mcp-server · Summary

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

akshare-one-mcp · Summary

MCP server providing comprehensive Chinese stock market data through akshare-one API.

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

akshare-one-mcp · Use cases

  • Financial analysts retrieving Chinese stock data for research
  • Algorithmic trading systems accessing real-time market information
  • Investment applications providing market data to users

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

akshare-one-mcp · Install

Installation

Via Smithery (Recommended)

npx -y @smithery/cli install @zwldarren/akshare-one-mcp --client claude

Via uv

  1. Install uv if you haven't already
  2. Add this to your Claude Desktop config:
{
  "mcpServers": {
    "akshare-one-mcp": {
      "command": "uvx",
      "args": ["akshare-one-mcp"]
    }
  }
}

Local Development

  1. Clone: git clone https://github.com/zwldarren/akshare-one-mcp.git
  2. Install deps: uv sync
  3. Add to Claude config with uv run akshare-one-mcp in the command
Comparison generated from public README + GitHub signals. Last updated automatically.