Releases: stickerdaniel/linkedin-mcp-server
LinkedIn MCP Server v4.4.1
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:latestThe latest tag will always point to the most recent release.
To pull this specific version, run:
docker pull stickerdaniel/linkedin-mcp-server:4.4.1📦 Update DXT Extension Installation
For Claude Desktop users:
- Download the
.dxtfile below - Pre-pull the Docker image to avoid timeout issues:
docker pull stickerdaniel/linkedin-mcp-server:4.4.1
- Double-click the
.dxtfile to install in Claude Desktop - Restart Claude Desktop
Note: The pre-pull step is important because Claude Desktop has a ~60 second connection timeout. Without pre-pulling, the initial image download may exceed this limit.
What's Changed
- fix(scraping): wait for search results content before extracting by @jonzarecki in #225
- chore: Bump version to 4.4.1 by @stickerdaniel in #228
New Contributors
- @jonzarecki made their first contribution in #225
Full Changelog: v4.4.0...v4.4.1
LinkedIn MCP Server v4.4.0
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:latestThe latest tag will always point to the most recent release.
To pull this specific version, run:
docker pull stickerdaniel/linkedin-mcp-server:4.4.0📦 Update DXT Extension Installation
For Claude Desktop users:
- Download the
.dxtfile below - Pre-pull the Docker image to avoid timeout issues:
docker pull stickerdaniel/linkedin-mcp-server:4.4.0
- Double-click the
.dxtfile to install in Claude Desktop - Restart Claude Desktop
Note: The pre-pull step is important because Claude Desktop has a ~60 second connection timeout. Without pre-pulling, the initial image download may exceed this limit.
What's Changed
- chore(deps): update all major dependencies (major) by @renovate[bot] in #208
- chore(deps): update ci dependencies by @renovate[bot] in #207
- docs(README): installation link for uv in README by @stickerdaniel in #214
- feat(server): serialize tool calls by @stickerdaniel in #219
- Feature/220 docker bridge debug by @stickerdaniel in #221
- chore: Bump version to 4.4.0 by @stickerdaniel in #222
Full Changelog: v4.3.0...v4.4.0
LinkedIn MCP Server v4.3.0
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:latestThe latest tag will always point to the most recent release.
To pull this specific version, run:
docker pull stickerdaniel/linkedin-mcp-server:4.3.0📦 Update DXT Extension Installation
For Claude Desktop users:
- Download the
.dxtfile below - Pre-pull the Docker image to avoid timeout issues:
docker pull stickerdaniel/linkedin-mcp-server:4.3.0
- Double-click the
.dxtfile to install in Claude Desktop - Restart Claude Desktop
Note: The pre-pull step is important because Claude Desktop has a ~60 second connection timeout. Without pre-pulling, the initial image download may exceed this limit.
What's Changed
- feat(scraping): add compact references by @stickerdaniel in #206
- chore: Bump version to 4.3.0 by @stickerdaniel in #210
Full Changelog: v4.2.0...v4.3.0
LinkedIn MCP Server v4.2.0
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:latestThe latest tag will always point to the most recent release.
To pull this specific version, run:
docker pull stickerdaniel/linkedin-mcp-server:4.2.0📦 Update DXT Extension Installation
For Claude Desktop users:
- Download the
.dxtfile below - Pre-pull the Docker image to avoid timeout issues:
docker pull stickerdaniel/linkedin-mcp-server:4.2.0
- Double-click the
.dxtfile to install in Claude Desktop - Restart Claude Desktop
Note: The pre-pull step is important because Claude Desktop has a ~60 second connection timeout. Without pre-pulling, the initial image download may exceed this limit.
What's Changed
- chore(deps): update ci dependencies by @renovate[bot] in #165
- docs(contributing): add CONTRIBUTING.md with contributor checklists by @stickerdaniel in #178
- feat(tools): add posts section to get_person_profile by @ConnorMoss02 in #168
- refactor(scraping): replace Flag enums with config dicts by @stickerdaniel in #184
- docs: sync manifest.json tools and features with current capabilities by @ConnorMoss02 in #183
- chore(deps): lock file maintenance by @renovate[bot] in #166
- chore(deps): bump fastmcp constraint to >=3.0.0 by @stickerdaniel in #191
- refactor(error-handler): replace handle_tool_error with ToolError by @stickerdaniel in #192
- refactor(tools): Use Depends() to inject extractor by @stickerdaniel in #194
- chore(config): Update model and provider settings in btca.config.jsonc by @stickerdaniel in #196
- refactor(tools): Simplify annotations to dict syntax and add tags by @stickerdaniel in #198
- refactor(server): Split lifespan into composable browser + auth lifespans by @stickerdaniel in #199
- feat(tools): add global 90s tool timeouts by @stickerdaniel in #197
- feat(tools): add job IDs, sidebar scrolling, and pagination to search_jobs by @stickerdaniel in #200
- docs(AGENTS): add section for verifying bug reports with detailed curl commands by @stickerdaniel in #202
- fix(scraping): Wait for activity feed content before extracting by @stickerdaniel in #203
- chore: Bump version to 4.2.0 by @stickerdaniel in #204
Full Changelog: v4.1.2...v4.2.0
LinkedIn MCP Server v4.1.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:latestThe latest tag will always point to the most recent release.
To pull this specific version, run:
docker pull stickerdaniel/linkedin-mcp-server:4.1.2📦 Update DXT Extension Installation
For Claude Desktop users:
- Download the
.dxtfile below - Pre-pull the Docker image to avoid timeout issues:
docker pull stickerdaniel/linkedin-mcp-server:4.1.2
- Double-click the
.dxtfile to install in Claude Desktop - Restart Claude Desktop
Note: The pre-pull step is important because Claude Desktop has a ~60 second connection timeout. Without pre-pulling, the initial image download may exceed this limit.
What's Changed
- chore(deps): update ci dependencies by @renovate[bot] in #153
- chore(deps): lock file maintenance by @renovate[bot] in #154
- fix(cli): polish stdio startup flow by @stickerdaniel in #156
- feat(tools): add search_people tool by @ConnorMoss02 in #157
- chore: bump version to 4.1.0 by @stickerdaniel in #158
- ci(release): fix workflow blocked by branch protection by @stickerdaniel in #159
- chore: bump version to 4.1.1 by @stickerdaniel in #161
- fix(release): avoid YAML heredoc issue in restore step by @stickerdaniel in #162
- fix(release): use PAT for branch protection API calls by @stickerdaniel in #163
New Contributors
- @ConnorMoss02 made their first contribution in #157
Full Changelog: v4.0.0...v4.1.2
LinkedIn MCP Server v4.0.0
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:latestThe latest tag will always point to the most recent release.
To pull this specific version, run:
docker pull stickerdaniel/linkedin-mcp-server:4.0.0📦 Update DXT Extension Installation
For Claude Desktop users:
- Download the
.dxtfile below - Pre-pull the Docker image to avoid timeout issues:
docker pull stickerdaniel/linkedin-mcp-server:4.0.0
- Double-click the
.dxtfile to install in Claude Desktop - Restart Claude Desktop
Note: The pre-pull step is important because Claude Desktop has a ~60 second connection timeout. Without pre-pulling, the initial image download may exceed this limit.
What's Changed
- 02-16-feat_scraper_refactored_scraping_tools_to_use_innertext_extraction_with_configurable_section_selection_for_person_company_and_job_profiles._removed_dependency_on_linkedin-scraper_and_integrated_core_functionalities_directly._enh by @stickerdaniel in #155
Full Changelog: v3.0.4...v4.0.0
LinkedIn MCP Server v3.0.4
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:latestThe latest tag will always point to the most recent release.
To pull this specific version, run:
docker pull stickerdaniel/linkedin-mcp-server:3.0.4📦 Update DXT Extension Installation
For Claude Desktop users:
- Download the
.dxtfile below - Pre-pull the Docker image to avoid timeout issues:
docker pull stickerdaniel/linkedin-mcp-server:3.0.4
- Double-click the
.dxtfile to install in Claude Desktop - Restart Claude Desktop
Note: The pre-pull step is important because Claude Desktop has a ~60 second connection timeout. Without pre-pulling, the initial image download may exceed this limit.
What's Changed
- fix(docker): copy profile to temp dir for cross-platform cookie bridge by @stickerdaniel in #150
- chore: bump version to 3.0.4 by @stickerdaniel in #151
Full Changelog: v3.0.3...v3.0.4
LinkedIn MCP Server v3.0.3
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:latestThe latest tag will always point to the most recent release.
To pull this specific version, run:
docker pull stickerdaniel/linkedin-mcp-server:3.0.3📦 Update DXT Extension Installation
For Claude Desktop users:
- Download the
.dxtfile below - Pre-pull the Docker image to avoid timeout issues:
docker pull stickerdaniel/linkedin-mcp-server:3.0.3
- Double-click the
.dxtfile to install in Claude Desktop - Restart Claude Desktop
Note: The pre-pull step is important because Claude Desktop has a ~60 second connection timeout. Without pre-pulling, the initial image download may exceed this limit.
What's Changed
- feat: add cookie bridge for cross-platform Docker portability by @stickerdaniel in #149
Full Changelog: v3.0.2...v3.0.3
LinkedIn MCP Server v3.0.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:latestThe latest tag will always point to the most recent release.
To pull this specific version, run:
docker pull stickerdaniel/linkedin-mcp-server:3.0.2📦 Update DXT Extension Installation
For Claude Desktop users:
- Download the
.dxtfile below - Pre-pull the Docker image to avoid timeout issues:
docker pull stickerdaniel/linkedin-mcp-server:3.0.2
- Double-click the
.dxtfile to install in Claude Desktop - Restart Claude Desktop
Note: The pre-pull step is important because Claude Desktop has a ~60 second connection timeout. Without pre-pulling, the initial image download may exceed this limit.
What's Changed
- fix(deps)!: switch to linkedin-scraper-patchright from PyPI by @stickerdaniel in #148
Full Changelog: v3.0.1...v3.0.2
LinkedIn MCP Server v3.0.1
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:latestThe latest tag will always point to the most recent release.
To pull this specific version, run:
docker pull stickerdaniel/linkedin-mcp-server:3.0.1📦 Update DXT Extension Installation
For Claude Desktop users:
- Download the
.dxtfile below - Pre-pull the Docker image to avoid timeout issues:
docker pull stickerdaniel/linkedin-mcp-server:3.0.1
- Double-click the
.dxtfile to install in Claude Desktop - Restart Claude Desktop
Note: The pre-pull step is important because Claude Desktop has a ~60 second connection timeout. Without pre-pulling, the initial image download may exceed this limit.
What's Changed
- fix(deps): use person scraper fix by @stickerdaniel in #145
- chore: bump version to 3.0.1 by @stickerdaniel in #146
Full Changelog: v3.0.0...v3.0.1