Drive LinkedIn via Playwright, exposed as an MCP server over stdio. Runs standalone (npx) or as an Electron tray app.
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",
"Mehmoodqureshi/linkedin-mcp"
]
}
}
}
Run in terminal:
claude mcp add linkedin-mcp npx -y Mehmoodqureshi/linkedin-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"linkedin-mcp": {
"command": "npx",
"args": [
"-y",
"Mehmoodqureshi/linkedin-mcp"
]
}
}
}