LinkedIn MCP Server v4.9.0
For an installation guide, refer to the README.
π¦ Update MCP Bundle Installation
For Claude Desktop users:
ββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β β¬ Download linkedin-mcp-server-v4.9.0.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.0What's Changed
π Other Changes
- fix(scraping): wait for detail panel before extracting experience sections by @stickerdaniel in #336
- style: Add dynamic ASCII download button to release notes by @stickerdaniel in #337
- docs(readme): sync tool status table by @stickerdaniel in #342
- docs(readme): sync tool status table by @stickerdaniel in #347
- Update README.md by @stickerdaniel in #354
- Remove usage examples section from README by @stickerdaniel in #355
- feat(scraping): Add skills and projects sections to get_person_profile by @stickerdaniel in #357
- chore: Bump version to 4.9.0 by @stickerdaniel in #358
Full Changelog: v4.8.3...v4.9.0