# mcp-linkedin

> MCP Server

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.

## Overview

- **Category:** Developer Tools
- **Language:** Python
- **Stars:** 207
- **Forks:** 10
- **Owner:** adhikasp
- **GitHub:** https://github.com/adhikasp/mcp-linkedin
- **Created:** 2024-12-15T13:41:39+00:00
- **Updated:** 2025-03-25T13:31:06+00:00
- **Source:** https://model-context-protocol.com/servers/linkedin-feeds-job-api-mcp-server

## Setup

## Setup

To install LinkedIn Interaction Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-linkedin):

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

Configuration:

```json
{
    "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"
            }
        }
    }
}
```

## Tools

## Available Tools

1. Get feed posts (Retrieves recent LinkedIn feed posts.)
2. Search for jobs (Searches for jobs based on keywords and location.)
3. Analyze job matches (Analyzes job descriptions against a resume.)
