Open-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"linkedin-mcp-server": {
"command": "npx",
"args": [
"-y",
"Jrudani21/linkedin-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add linkedin-mcp-server npx -y Jrudani21/linkedin-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"linkedin-mcp-server": {
"command": "npx",
"args": [
"-y",
"Jrudani21/linkedin-mcp-server"
]
}
}
}