by MCP Community
MCP server for linkedin API integration
v0.0.1Added Apr 12, 2026
mcpmodel-context-protocolaiclaudehlos
Linkedin MCP Server
MCP server for linkedin API integration
Installation
npx -y mcp-linkedin
Reviews
Installation
Quick install
npx -y mcp-linkedin
Add to claude_desktop_config.json
{
"mcpServers": {
"linkedin": {
"command": "npx",
"args": ["-y", "mcp-linkedin"]
}
}
}