← Claude MCP Servers Directory

💼

LinkedIn MCP Server

Community

About

Bring LinkedIn data into Claude. Search profiles, jobs, and companies, read posts and messages, and use them in research, recruiting, and outreach workflows.

Features

  • Search and read LinkedIn profiles
  • Browse and filter job listings
  • Look up company information
  • Read posts and connection data
  • Compose drafts for outreach

Installation

Using Claude Desktop

Add this configuration to your Claude Desktop config file:

{
  "mcpServers": {
    "linkedin": {
      "command": "uvx",
      "args": [
        "mcp-linkedin"
      ],
      "env": {
        "LINKEDIN_EMAIL": "your-email@example.com",
        "LINKEDIN_PASSWORD": "your-password"
      }
    }
  }
}

Using Cursor

Configure in your Cursor settings (Settings > MCP):

{
  "linkedin": {
    "command": "uvx",
    "args": [
      "mcp-linkedin"
    ],
    "env": {
      "LINKEDIN_EMAIL": "your-email@example.com",
      "LINKEDIN_PASSWORD": "your-password"
    }
  }
}

How to Use

Once installed, you can ask your AI assistant to:

  • "Find senior backend engineers in Berlin"
  • "Show new job postings at a given company"
  • "Summarize this person's career history"
  • "Draft a connection request based on their profile"