LinkedIn 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 MCP Serversearch for software engineer jobs in New York"
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.
DailyJobHunter MCP Server v3.0
A production-ready MCP server that actually scrapes real jobs using python-jobspy — no API keys, no rate limits, completely free.
What's New in v3.0
Feature | Details |
Real scraping |
|
Tier filter | Auto-removes FAANG, top-tier companies from results |
Resume matching | Score jobs 0-100 against your resume |
JD fetcher | Fetch full job description from any URL |
Daily 3 tool | One command → 3 fresh mid-tier jobs in 30 seconds |
Related MCP server: MCP LinkedIn
Tools
search_target_jobs
Search real jobs across platforms. Automatically filters out top-tier companies.
query="Java Full Stack Developer", location="Hyderabad, India", experience_min=2, experience_max=4search_and_match_jobs ⭐ (Main tool)
Search + score against your resume. Returns top N best-matching jobs with reasons.
query="Backend Developer", resume_text="<your resume>", top_n=3get_daily_3_jobs
Quick shortcut — 3 fresh jobs posted in last 48 hours. No resume needed.
role="Java Full Stack Developer", location="Hyderabad, India", experience_years=3fetch_job_description
Fetch full JD from any job URL (Naukri, LinkedIn, Indeed).
job_url="https://www.naukri.com/job-listings-xxx"match_jd_to_resume
Deep analysis: fetch JD + match against resume → score, matched skills, missing skills, tailoring tips.
job_url="...", resume_text="<your resume>"Deploy on Render
Fork this repo
Create a New Web Service on Render
Connect this repo
Set:
Runtime: Python 3.11+
Build command:
pip install -r requirements.txtStart command:
python src/server.pyHealth check path:
/health
Deploy — Render gives you a URL like
https://daily-job-hunter.onrender.com
Connect to Perplexity
In Perplexity Desktop → Settings → Connectors → Add Connector → Advanced:
{
"command": "npx",
"args": ["-y", "mcp-remote", "https://YOUR-APP.onrender.com/mcp"],
"env": {}
}Requires Node.js installed on your machine.
Connect to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"DailyJobHunter": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://YOUR-APP.onrender.com/mcp"]
}
}
}Your Daily Prompt (save this!)
Run search_and_match_jobs:
- query: "Backend Developer OR Platform Engineer"
- location: "Hyderabad, India"
- experience_min: 2, experience_max: 4
- top_n: 3
- resume_text: [paste your resume here]
Strict rules:
1. Only mid-tier or scaling companies (top-tier already filtered)
2. Discard heavily front-end or 5+ year roles
3. For each match: show title, company, why it matches (specific skills), apply linkHow It Works
python-jobspy is an open-source library that scrapes job sites directly, bypassing basic anti-bot measures. It supports concurrent scraping of Naukri, LinkedIn, Indeed, and Google Jobs — zero API keys, zero monthly limits.
The negative filter (TOP_TIER_COMPANIES list) is hardcoded in server.py. Edit it to customize which companies to exclude.
Render Free Tier Notes
Server spins down after 15 min of inactivity
First request of the day → ~30-60 second cold start
Acceptable if you run once daily
$7/mo to keep it always-on
Stack
python-jobspy— multi-site job scraping (Naukri, LinkedIn, Indeed, Google Jobs)FastMCP— MCP server frameworkStarlette+uvicorn— ASGI web serverhttpx+beautifulsoup4— JD fetching
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.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables users to search LinkedIn's public job listings with advanced filters like location, salary, and experience level. It allows MCP-compatible clients to retrieve real-time job opportunities without requiring LinkedIn authentication or API keys.12MIT
- Alicense-qualityDmaintenanceAn MCP server that enables users to interact with LinkedIn feeds and search for job listings through natural language. It provides tools for retrieving recent feed posts and searching for professional opportunities based on specific keywords and locations.The Unlicense
- AlicenseAqualityBmaintenanceEnables searching over 1 million enriched job listings from 20,000+ companies directly from MCP-compatible AI tools. Provides tools for job search, company profiles, and AI-powered similar job recommendations with real-time data updates.4442MIT
- Alicense-qualityDmaintenanceEnables job search and scraping across multiple job boards (LinkedIn, Indeed, Glassdoor, etc.) with advanced filtering, directly from Claude Desktop or other MCP clients.5MIT
Related MCP Connectors
Google Jobs listings with direct apply links via the Apify Google Jobs Scraper, hosted MCP.
Search live startup jobs from Claude, Cursor, or ChatGPT via MCP. Free, no account needed.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/lokeshpusarla100/linkedin-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server