MCP Server for LinkedIn
There is a unoffical MCP server for LinkedIn.
👉 https://github.com/stickerdaniel/linkedin-mcp-server
It has pretty much all the stuffs that you might want to do in LinkedIn.
How to get started?
{
"mcpServers": {
"linkedin": {
"command": "uvx",
"args": ["linkedin-scraper-mcp@latest"],
"env": { "UV_HTTP_TIMEOUT": "300" }
}
}
}
But beware, this is an unofficial one. So you might need to be cautious if you decide to use it.