Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"linkedin": {
"env": {
"LINKEDIN_EMAIL": "your_linkedin_email",
"LINKEDIN_PASSWORD": "your_linkedin_password"
},
"args": [
"--from",
"git+https://github.com/adhikasp/mcp-linkedin",
"mcp-linkedin"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides tools to interact with LinkedIn's Feeds and Job API.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@smithery/cli' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @smithery/cli against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
IMAP/SMTP email MCP server — 47 tools, IMAP IDLE push, multi-account, AI triage.
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
MCP Security Weekly
Get CVE alerts and security updates for Mcp Linkedin and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides tools to interact with LinkedIn's Feeds and Job API.
This is using unofficial LinkedIn API via Linkedin-api. Use at your own risk.
To install LinkedIn Interaction Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install mcp-linkedin --client claude
{
"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"
}
}
}
}
Using mcp-client-cli
$ llm whats happening in linkedin feed? Do not mention names
I'll retrieve the recent LinkedIn feed posts without mentioning any specific names.
Tool Calls:
get_feed_posts
Args:
limit: 10
Based on the LinkedIn feed, here are the key highlights without mentioning specific names:
1. Data Science & Cybersecurity Insights:
- A post about a massive dataset from a major tech company
- Includes 13 million pieces of evidence
- Covers SIEM telemetry from 6,100 organizations
- Represents 441 MITRE ATT&CK techniques
2. DevOps Community Event:
- A local DevOps meetup was held at a tech company office
- Discussed topics like AWS Lambda, Kubernetes scaling, Terraform
- Highlighted the importance of networking and continuous learning
- Shared experiences of transitioning between tech roles
3. Linux Engineering Perspectives:
- Insights into what makes a great Linux engineer
- Key skills include:
* Command-line troubleshooting
* Process management
* Networking fundamentals
* System architecture understanding
* Task automation
* Shell scripting
4. Professional Networking:
- Some posts about job seeking
- Discussions about career transitions
- Sharing professional experiences and learnings
5. Tech Community Reflections:
- Posts about inspirational figures
- Discussions on professional growth
- Reflections on learning and personal development
The feed showcases a mix of technical insights, professional networking, career development, and community engagement across various tech domains.
$ llm search for 3 data engineer jobs in jakarta. For each job check if it a good match for me by analyzing it against my resume in file resume.md. Do not mention company name in your result but only generic area where the company business is about
I'll help you find data engineer jobs in Jakarta and analyze them against your resume. I'll break this down into steps:
1. First, I'll search for data engineer jobs in Jakarta
2. Then, I'll read your resume
3. Finally, I'll analyze the job matches
Let's start by searching for jobs:
Tool Calls:
search_jobs
Args:
keywords: data engineer
location: Jakarta
limit: 3
Now, I'll read your resume:
Tool Calls:
read_file
Args:
path: resume.md
Secure MCP Filesystem Server running on stdio
Allowed directories: [ '/home/adhikasp', '/mnt/e' ]
Now, I'll analyze the jobs against your resume:
1. Job in Financial Technology Sector (Lead Backend Engineer):
- Match Score: 85%
- Strengths:
* Requires experience in developing scalable microservices (aligns with your Grab experience)
* Strong focus on cloud infrastructure (AWS, GCP) - matches
... [View full README on GitHub](https://github.com/adhikasp/mcp-linkedin#readme)