MCP Server for LinkedIn
A Model Context Protocol (MCP) server for linkedin to apply Jobs and search through feed seamlessly.
This uses Unoffical
Linkedin API Docs for hitting at the clients Credentials.
Features
- Profile Retrieval Fetch user profiles using
get_profile() function
Extract key information such as name, headline, and current position
- Job Search
- Advanced job search functionality with multiple parameters:
- Customizable search limit
- Feed Posts
- Retrieve LinkedIn feed posts using
get_feed_posts()
- Configurable limit and offset for pagination
- Resume Analysis
- Parse and extract information from
resumes (PDF format)
Configuration
After cloning the repo, adjust the <LOCAL_PATH> accordingly
Usage
I have been testing using
MCP-client and found as the best one for testing your
MCP-Servers.
MCP Server for LinkedIn
A Model Context Protocol (MCP) server for linkedin to apply Jobs and search through feed seamlessly.
This uses Unoffical
Linkedin API Docs for hitting at the clients Credentials.
Features
- Profile Retrieval Fetch user profiles using
get_profile() function
Extract key information such as name, headline, and current position
- Job Search
- Advanced job search functionality with multiple parameters:
- Customizable search limit
- Feed Posts
- Retrieve LinkedIn feed posts using
get_feed_posts()
- Configurable limit and offset for pagination
- Resume Analysis
- Parse and extract information from
resumes (PDF format)
Configuration
After cloning the repo, adjust the <LOCAL_PATH> accordingly
Usage
I have been testing using
MCP-client and found as the best one for testing your
MCP-Servers.