For an installation guide, refer to the README.
π¦ Update MCP Bundle Installation
For Claude Desktop users:
β Download linkedin-mcp-server-v4.17.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.17.0What's Changed
π Other Changes
- docs: keep uvx @latest, do not pin the version by @stickerdaniel in #550
- docs: collapse agent uvx note into details by @stickerdaniel in #551
- fix(server): advertise our version in serverInfo by @stickerdaniel in #552
- feat: notify when a newer version is on PyPI by @stickerdaniel in #553
- chore: Bump version to 4.17.0 by @stickerdaniel in #554
Full Changelog: v4.16.1...v4.17.0