MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. mcp-linkedin

mcp-linkedin

GitHub

This repository provides an MCP server to interact with LinkedIn's Feeds and Job API using the unofficial Linkedin-api. It allows users to retrieve feed posts and requires configuration with LinkedIn credentials.

165
10

MCP LinkedIn

This is a Model Context Protocol (MCP) server designed to interact with LinkedIn's Feeds and Job APIs, leveraging the unofficial linkedin-api library. Use it at your own risk.

Installing via Smithery

To install LinkedIn Interaction Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install mcp-linkedin --client claude

Configuration

The server requires LinkedIn credentials for authentication, configured via environment variables:

{
    "mcpServers": {
        "linkedin": {
            "command": "uvx",
            "args": ["--from", "git+https://github.com/adhikasp/mcp-linkedin", "mcp-linkedin"],
            "env": {
                "LINKEDIN_EMAIL": "your_linkedin_email",
                "LINKEDIN_PASSWORD": "your_linkedin_password"
            }
        }
    }
}

Sample usage

Using mcp-client-cli

The server provides two main functionalities: retrieving LinkedIn feed posts and searching for jobs. The "Get feed posts" example demonstrates fetching recent feed updates, while the "Search for jobs" example showcases searching for data engineer positions in Jakarta and analyzing them against a provided resume. The server uses tool calls to perform actions like get_feed_posts, search_jobs, and read_file.

Repository

AD
adhikasp

adhikasp/mcp-linkedin

Created

December 15, 2024

Updated

March 25, 2025

Language

Python

Category

Developer Tools