LinkedIn MCP Server v1.3.2
For an installation guide, refer to the README.
🐳 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:1.3.2
📦 Update DXT Extension Installation
For Claude Desktop users:
- Download the
.dxt
file below - Double-click to install in Claude Desktop
- Restart Claude Desktop
This DXT extension uses the pinned version 1.3.2
, the Docker image will be pulled automatically.
What's Changed
- Fix UnicodeEncodeError on Windows by enforcing UTF-8 output by @AtharvaDomale in #30
New Contributors
- @AtharvaDomale made their first contribution in #30
Full Changelog: v1.3.1...v1.3.2