Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adhikasp/mcp-linkedin
A Model Context Protocol (MCP) server that provides tools to interact with LinkedIn's Feeds and Job API.
https://github.com/adhikasp/mcp-linkedin
linkedin llm mcp model-context-protocol
Last synced: 1 day ago
JSON representation
A Model Context Protocol (MCP) server that provides tools to interact with LinkedIn's Feeds and Job API.
- Host: GitHub
- URL: https://github.com/adhikasp/mcp-linkedin
- Owner: adhikasp
- Created: 2024-12-15T13:41:39.000Z (10 days ago)
- Default Branch: master
- Last Pushed: 2024-12-21T16:19:05.000Z (4 days ago)
- Last Synced: 2024-12-21T17:26:59.190Z (4 days ago)
- Topics: linkedin, llm, mcp, model-context-protocol
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCP LinkedIn
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](https://github.com/tomquirk/linkedin-api). Use at your own risk.
## Configuration
```json
{
"mcpServers": {
"linkedin": {
"command": "uvx",
"args": ["--from", "https+git://github.com/adhikasp/mcp-linkedin", "mcp-linkedin"],
"env": {
"LINKEDIN_EMAIL": "your_linkedin_email",
"LINKEDIN_PASSWORD": "your_linkedin_password"
}
}
}
}
```## Sample usage
Using [mcp-client-cli](https://github.com/adhikasp/mcp-client-cli)
### Get feed posts
```
$ llm whats happening in linkedin feed? Do not mention namesI'll retrieve the recent LinkedIn feed posts without mentioning any specific names.
Tool Calls:
get_feed_posts
Args:
limit: 10Based 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 techniques2. 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 roles3. 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 scripting4. Professional Networking:
- Some posts about job seeking
- Discussions about career transitions
- Sharing professional experiences and learnings5. Tech Community Reflections:
- Posts about inspirational figures
- Discussions on professional growth
- Reflections on learning and personal developmentThe feed showcases a mix of technical insights, professional networking, career development, and community engagement across various tech domains.
```### Search for jobs
```
$ 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 aboutI'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 matchesLet's start by searching for jobs:
Tool Calls:
search_jobs
Args:
keywords: data engineer
location: Jakarta
limit: 3Now, 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 your cloud skills
* Requires experience with event-driven architecture and message brokers
* Requires Go or Python programming (your proficient languages)
- Potential Gaps:
* Specific focus on credit risk and fraud detection might require additional domain knowledge
* Emphasis on team leadership (6+ years experience leading teams)2. Job in Financial Technology Sector (DevOps Engineer):
- Match Score: 75%
- Strengths:
* Requires cloud platform experience (AWS, GCP)
* Needs containerization skills (Docker, Kubernetes)
* Requires scripting in Python and Bash
* Needs infrastructure as code experience
- Potential Gaps:
* More DevOps focused compared to your backend engineering background
* Specific monitoring tools might require additional learning3. Job in Enterprise Collaboration Software (Solution Engineer):
- Match Score: 60%
- Strengths:
* Requires strong communication skills
* Technical consulting background
* Experience with enterprise software
- Potential Gaps:
* Less technical compared to your current role
* More sales-oriented solution engineering
* Less hands-on technical developmentRecommendation:
The first job (Lead Backend Engineer) appears to be the best match for your skills and experience. It closely aligns with your current work, particularly in terms of backend development, cloud infrastructure, and working with distributed systems. The role's requirements in Go/Python, microservices, and event-driven architecture are very compatible with your professional background.Would you like me to elaborate on any of these job analyses or provide more detailed insights?
```