LinkedIn MCP Server v4.9.4
For an installation guide, refer to the README.
π¦ Update MCP Bundle Installation
For Claude Desktop users:
β Download linkedin-mcp-server-v4.9.4.mcpb
Then click the downloaded file to install in Claude Desktop.
Note: MCP Bundles do not auto-update. You need to download and install the latest
.mcpbfile for each new release.
π³ Update Docker Installation
For users with Docker-based MCP client configurations:
docker pull stickerdaniel/linkedin-mcp-server:latestThe latest tag will always point to the most recent release.
To pull this specific version, run:
docker pull stickerdaniel/linkedin-mcp-server:4.9.4What's Changed
π Other Changes
- chore: Disable AI attribution and add bot co-author CI check by @stickerdaniel in #379
- docs(readme): drop closed #304 status link by @stickerdaniel in #382
- fix: pin Python to 3.13.13 to avoid rc cache trap by @stickerdaniel in #393
- fix: use ty-native ignore syntax for add_cookies by @stickerdaniel in #394
- remove video from README by @stickerdaniel in #397
- fix(connect): detect state via DOM anchors and verify after action by @stickerdaniel in #396
- chore: Bump version to 4.9.4 by @stickerdaniel in #398
Full Changelog: v4.9.3...v4.9.4