LinkedIn Scraper MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LinkedIn Scraper MCP Serversearch for junior data analyst jobs in New York with salary and skills"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LinkedIn Scraper MCP Server
An automated, intelligent LinkedIn Job Scraper that runs as a Model Context Protocol (MCP) server. This allows AI assistants (like Claude) to actively search, filter, and extract job listings from LinkedIn using an automated headless browser.
🚀 Hosted Server URL
If you want to connect your AI directly to the hosted remote server, use this SSE endpoint:
Related MCP server: LinkedIn MCP Server
✨ Features
Playwright Automation: Safely navigates LinkedIn and loads dynamic content using a headless Chromium browser.
Semantic AI Filtering: Integrates with Groq (
llama-3.3-70b-versatile) to semantically filter irrelevant job titles, enforcing strict requirements (e.g. keeping "Fresher" while rejecting "Senior" level).Deduplication: Automatically cleans and removes duplicate job postings.
Rich Job Details: Extracts deep metadata including Salary, Employment Type, Seniority, Applicant count, and Required Skills.
Dual Connection Modes: Supports both SSE (for remote web clients) and Stdio (for the local Claude Desktop app).
Dual-Purpose Architecture: Hosts both the MCP Server (at
/mcp) and a Next.js Web Dashboard (at/) simultaneously on port 7860.
🖥️ Web Dashboard (UI)

Because this project uses a custom Next.js server architecture, if you visit your live server's root URL:
👉 https://anjanii-linkedin-job-scraper.hf.space
(or http://localhost:7860 locally), you will see the Next.js web interface! You can use this to build a visual frontend dashboard to track jobs alongside your Claude integration.
🤔 Why use this instead of LinkedIn directly?
If you've ever searched for an entry-level or specific role on LinkedIn, you know the pain:
Irrelevant "Promoted" Jobs: LinkedIn aggressively pushes promoted jobs that often have nothing to do with your search.
Broken Seniority Filters: You search for "Intern" or "Junior", but half the results are for "Senior Manager" because the company mentioned "Junior" somewhere deep in the description. Our Groq LLM Semantic Filter fixes this by physically rejecting listings that don't match your true intent.
Information Overload: To find the salary, required skills, or applicant count, you normally have to open 50 different tabs. This scraper pulls all of that deep metadata out for you at once.
AI-Ready Format: Because the data is returned as structured JSON directly to Claude, Claude can instantly read all 25+ jobs, summarize the market, pick the best matches for your resume, or even start drafting cover letters for them immediately!
💻 Connecting to Claude Desktop (Local)
To run this tool locally on your own machine alongside the Claude Desktop App:
Clone this repository.
Install dependencies and the browser:
npm install npx playwright install --with-deps chromiumCreate a
.env.localfile in the root directory and add your Groq API key:GROQ_API_KEY=gsk_your_groq_api_key_hereAdd the following to your Claude Desktop config file (
%APPDATA%\Claude\claude_desktop_config.json):{ "mcpServers": { "linkedin-scraper": { "command": "npx", "args": [ "tsx", "/absolute/path/to/repository/mcp-claude.ts" ] } } }Restart the Claude Desktop app.
🌐 Connecting to a Web MCP Client (Remote)
If you are hosting this on Hugging Face Spaces (or running the SSE server locally):
Open your Web AI interface (like Claude for Enterprise, Cursor, etc).
Add a new Custom MCP Connector or Integration.
Select SSE (Server-Sent Events) as the connection type.
Enter your live Hugging Face URL:
https://anjanii-linkedin-job-scraper.hf.space/mcp(Orhttp://localhost:7860/mcpif testing locally).
☁️ Deployment
A Dockerfile is included specifically for deploying this project to Hugging Face Spaces (Docker tier).
Simply upload the repository files to a new Docker Space, add your GROQ_API_KEY to the Space Settings -> Variables and secrets, and Hugging Face will automatically build the environment and host the MCP server for you.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/Anjani27/Anjani27-Linkedin-Job-Scraper-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server