Back to directory
codingaslu/linkedin-mcp-server

codingaslu/linkedin-mcp-server

@codingaslu

This MCP server uses the Fresh LinkedIn Profile Data API to fetch LinkedIn profile information. It is implemented as a model context protocol (MCP) server and exposes a single tool, get_profile, which accepts a LinkedIn profile URL and returns the profile data in JSON format.

linkedinprofilescraperapimcppythonrapidapicommerce

Installation & Configuration

{
  "mcpServers": {
    "linkedin_profile_scraper": {
      "command": "uv",
      "args": [
        "run",
        "linkedin.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15