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.4.0
📦 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.4.0
, the Docker image will be pulled automatically.
What's Changed
- Fix/authentication timing issue by @zippeurfou in #33
- feat: add uvx support for direct installation from GitHub by @stickerdaniel in #38
- Fix import structure for uvx installation by @stickerdaniel in #39
New Contributors
- @zippeurfou made their first contribution in #33
Full Changelog: v1.3.3...v1.4.0