LinkedIn MCP Server v4.10.1
For an installation guide, refer to the README.
π¦ Update MCP Bundle Installation
For Claude Desktop users:
β Download linkedin-mcp-server-v4.10.1.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.10.1What's Changed
π Other Changes
- docs(readme): mark conversation tool working by @stickerdaniel in #417
- feat(config): add TOOL_TIMEOUT env var and --tool-timeout flag by @aminsaedi in #419
- chore: Bump version to 4.10.1 by @stickerdaniel in #421
New Contributors
- @aminsaedi made their first contribution in #419
Full Changelog: v4.10.0...v4.10.1