Skip to content

LinkedIn MCP Server v1.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 17:06
· 25 commits to main since this release

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:

  1. Download the .dxt file below
  2. Double-click to install in Claude Desktop
  3. 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

Full Changelog: v1.3.1...v1.3.2