MCP Catalogs
Home

linkedin-mcpserver

by felipfr·62·Score 40

A TypeScript MCP server integrating LinkedIn API for profile search, job discovery, and messaging capabilities.

communicationproductivitydeveloper-tools
20
Forks
2
Open issues
14 mo ago
Last commit
2d ago
Indexed

Overview

The LinkedIn MCP Server provides a comprehensive interface to LinkedIn's API through the Model Context Protocol. It enables AI assistants to interact with LinkedIn data, perform advanced profile searches, retrieve detailed profile information, discover job opportunities, and even send messages to connections. Built with TypeScript using modern practices including dependency injection with TSyringe and structured logging with Pino.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI assistants analyzing professional networks and connections
you:Job search automation with customized criteria matching
you:Recruiting tools for candidate identification and outreach
you:What LinkedIn API features are supported?
you:How is authentication handled?

When to choose this

Choose this server if you need AI assistant integration with LinkedIn for recruitment, networking, or job search purposes.

When NOT to choose this

Avoid if you need write access beyond messaging or require integration with other professional networks beyond LinkedIn.

Tools this server exposes

5 tools extracted from the README
  • profile_search

    Find LinkedIn profiles with advanced filters

  • profile_retrieval

    Get detailed information about LinkedIn profiles

  • job_search

    Discover job opportunities with customized criteria

  • messaging

    Send messages to LinkedIn connections

  • network_stats

    Access connection statistics and analytics

Comparable tools

linkedin-apisalesforce-mcpmicrosoft-graph-mcpweb-scraping-mcp

Installation

Installation

Prerequisites

  • Node.js 20+
  • npm/yarn

Setup

# Install dependencies
npm install

# Run the development server
npm run start:dev

# Build the server
npm run build

Configuration

For Claude Desktop:

**macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json

**Windows**: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "linkedin-mcp-server": {
      "command": "/path/to/linkedin-mcp-server/build/index.js"
    }
  }
}

FAQ

What LinkedIn API features are supported?
The server supports profile search, profile retrieval, job search, messaging, and network statistics through LinkedIn's API.
How is authentication handled?
The server uses OAuth with automatic token management, but users need to review the token management system for security requirements.

Compare linkedin-mcpserver with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.