
LinkedIn MCP Server
A MCP server for LinkedIn to seamlessly apply for jobs🚀
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install Hritik003/linkedin-mcp -c claude
This command will automatically install and configure the LinkedIn MCP Server MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"LinkedIn MCP Server": {
"command": "uvx",
"args": [
"linkedin-mcp"
],
"env": {}
}
}
}
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 asname
,headline
, andcurrent position
-
Job Search
- Advanced job search functionality with multiple parameters:
- Keywords
- Location
- Experience level
- Job type (Full-time, Contract, Part-time)
- Remote work options
- Date posted
- Required skills
- 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)
- Extracted data includes:
- Name
- Phone number
- Skills
- Work experience
- Education
- Languages
Configuration
After cloning the repo, adjust the <LOCAL_PATH>
accordingly
{
"linkedin":{
"command":"uv",
"args": [
"--directory",
"<LOCAL_PATH>",
"run",
"linkedin.py"
]
}
}
Usage
I have been testing using MCP-client and found as the best one for testing your MCP-Servers
.
Stars
17Forks
6Last commit
2 months agoRepository age
5 months
Auto-fetched from GitHub .
MCP servers similar to LinkedIn MCP Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit