linkedin mcp for Cursor
io.github.devag7/linkedin-mcp
LinkedIn for AI assistants — search, profiles, jobs, feed, messaging, and gated writes.
client:Cursor
transport:stdio
runtime:npm
Install linkedin mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"linkedin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"linkedin-mcp-tools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs