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.
Latest Blog Posts
- 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