by MCP Community
A Model Context Protocol server
v0.1.1Added Apr 12, 2026
Linkedin MCP Server
A Model Context Protocol server
Installation
Reviews
Installation
Quick install
npx -y @kerryan/linkedin-mcpserver
Add to claude_desktop_config.json
{
"mcpServers": {
"linkedin": {
"command": "npx",
"args": ["-y", "@kerryan/linkedin-mcpserver"]
}
}
}