linkedin-mcp-server

This MCP server allows Claude and other AI assistants to access your LinkedIn. Scrape LinkedIn profiles and companies, get your recommended jobs, and perform job searches.

GitHub Stars

352

User Rating

Not Rated

Favorites

0

Views

24

Forks

61

Issues

7

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Docker: Ensure you have the latest version installed.

Installation Steps

1. Start the Server Using Docker

Run the following command to start the Docker container:
bash
docker run -i --rm \
  -e LINKEDIN_COOKIE="XXXXXX..." \
  stickerdaniel/linkedin-mcp-server --no-setup

2. Get the LinkedIn Cookie

Run the following command to obtain the LinkedIn cookie:
bash
docker run -i --rm \
  -e LINKEDIN_EMAIL="your.email@example.com" \
  -e LINKEDIN_PASSWORD="your_password" \
  stickerdaniel/linkedin-mcp-server --get-cookie

Troubleshooting

Common Issues

Issue: Server won't start Solution: Ensure Docker is correctly installed.

Additional Resources