LinkedIn MCP Server for Cursor
io.github.prakharagarwal-dev/linkedin-mcp-server
Find LinkedIn jobs and people, research companies, manage network, posts, and messages with MCP.
client:Cursor
transport:stdio
runtime:oci
Install LinkedIn MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"linkedin-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/prakharagarwal-dev/linkedin-mcp-server:0.16.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs