Skip to main content
Glama
felipfr

LinkedIn MCP Server

by felipfr

๐ŸŒ LinkedIn MCP Server

A powerful Model Context Protocol server for LinkedIn API integration

๐Ÿ“‹ Overview

LinkedIn MCP Server brings the power of the LinkedIn API to your AI assistants through the Model Context Protocol (MCP). This TypeScript server empowers AI agents to interact with LinkedIn data, search profiles, find jobs, and even send messages.

MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs - think of it as a USB-C port for AI applications, connecting models to external data sources and tools.

Related MCP server: LinkedIn Custom MCP Server

โœจ Features

๐Ÿ” LinkedIn API Tools

  • 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

๐Ÿ› ๏ธ Technical Highlights

  • TypeScript - Built with modern TypeScript for type safety and developer experience

  • Dependency Injection - Uses TSyringe for clean, testable architecture

  • Structured Logging - Comprehensive logging with Pino for better observability

  • MCP Integration - Implements the Model Context Protocol for seamless AI assistant connectivity

  • REST Client - Axios-powered API client with automatic token management

๐Ÿš€ Development

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

๐Ÿ“ฆ Installation

To use with Claude Desktop or other MCP-compatible AI assistants:

Configuration

  • 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"
    }
  }
}

๐Ÿ”ง Debugging

MCP servers communicate over stdio which can make debugging challenging. Use the integrated MCP Inspector:

# Debug with MCP Inspector
npm run inspector

The Inspector provides a browser-based interface for monitoring requests and responses.

๐Ÿ”’ Security

This server handles sensitive LinkedIn authentication credentials. Review the token management system to ensure it meets your security requirements.

๐Ÿ“œ License

This project is licensed under the MIT License. See the LICENSE file for details.

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    A comprehensive Model Context Protocol server that enables AI assistants to interact with LinkedIn APIs for profile management, content creation, networking, messaging, and analytics.
    Last updated
    2
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to manage professional networking on LinkedIn by providing tools for posting updates, searching for jobs, and analyzing profiles. It facilitates secure interaction with the LinkedIn platform through OAuth 2.0 authentication and the Model Context Protocol.
    Last updated
    17
    11
    MIT
  • F
    license
    A
    quality
    -
    maintenance
    Enables AI assistants to interact with LinkedIn and LinkedIn Sales Navigator for searching profiles, managing leads, and handling messaging via cookie-based authentication. It supports professional networking tasks such as sending connection requests and retrieving account details through the Model Context Protocol.
    Last updated
    22
    1
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI assistants to access and interact with LinkedIn dataโ€”profiles, messaging, jobs, companies, and moreโ€”via MCP, with remote or local deployment.
    Last updated
    22
    74
    7
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/felipfr/linkedin-mcpserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server