LinkedIn MCP Server v4.8.3
For an installation guide, refer to the README.
📦 Update MCP Bundle Installation
For Claude Desktop users:
- Download the
.mcpbbundle - 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.8.3What's Changed
📖 Other Changes
- fix: Resolve ty type-checker errors blocking CI by @stickerdaniel in #328
- docs: Improve release notes with direct download link and changelog config by @stickerdaniel in #329
- chore: optimize Dockerfile security and multi-stage build by @CentrifugalBadger in #332
- chore: Bump version to 4.8.3 by @stickerdaniel in #334
New Contributors
- @CentrifugalBadger made their first contribution in #332
Full Changelog: v4.8.2...v4.8.3