by MCP Community
LinkedIn MCP Server with seamless OAuth 2.0 authentication - supports both single-user (simple) and multi-user (advanced) modes for comprehensive LinkedIn API i
v1.0.2Added Apr 12, 2026
mcplinkedinapiprofilesocial
Linkedin MCP Server
LinkedIn MCP Server with seamless OAuth 2.0 authentication - supports both single-user (simple) and multi-user (advanced) modes for comprehensive LinkedIn API i
Installation
npx -y linkedin-mcp-server
Reviews
Installation
Quick install
npx -y linkedin-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"linkedin": {
"command": "npx",
"args": ["-y", "linkedin-mcp-server"]
}
}
}