Skip to content

v4.19.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 16:13

For an installation guide, refer to the README.

πŸ“¦ Update MCP Bundle Installation

For Claude Desktop users:

β†’ Download linkedin-mcp-server-v4.19.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 .mcpb file for each new release.

🐳 Update Docker Installation

For users with Docker-based MCP client configurations:

docker pull stickerdaniel/linkedin-mcp-server:latest

The latest tag will always point to the most recent release.
To pull this specific version, run:

docker pull stickerdaniel/linkedin-mcp-server:4.19.0

What's Changed

πŸš€ Features

  • feat(post): add search_posts content-search tool by @AkaNebur in #532

πŸ“– Other Changes

  • fix(references): keep non-Latin reference labels by @lfazliev in #566
  • fix(docker): add tini init to reap zombie chromium processes by @manoj1919 in #478
  • fix(scraping): treat company posts pages as activity feeds by @streetspirit83 in #495
  • ci(release): keep docs and chore PRs out of release notes by @stickerdaniel in #594

New Contributors

Full Changelog: v4.18.0...v4.19.0