A Model Context Protocol (MCP) server for fetching LinkedIn profiles. Returns profile data in YAML format.
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": {
"command": "npx",
"args": [
"-y",
"nielsbosma/LinkedIn-Mcp"
]
}
}
}
Run in terminal:
claude mcp add linkedin-mcp npx -y nielsbosma/LinkedIn-Mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"linkedin-mcp": {
"command": "npx",
"args": [
"-y",
"nielsbosma/LinkedIn-Mcp"
]
}
}
}