Skip to content

Commit af2f68d

Browse files
chore(linkedin-mcp-server): update image version to 1.4.0 and enhance config (#147)
* feat(linkedin-mcp-server): update image version and enhance config Updated the LinkedIn MCP server image to version 1.4.0. Added an optional custom user agent configuration for the scraper. * fix(linkedin-mcp-server): update cookie and user agent names
1 parent 0400f2c commit af2f68d

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

servers/linkedin-mcp-server/server.yaml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linkedin-mcp-server
2-
image: stickerdaniel/linkedin-mcp-server:1.3.2
2+
image: stickerdaniel/linkedin-mcp-server:1.4.0
33
type: server
44
meta:
55
category: business
@@ -12,13 +12,23 @@ meta:
1212
- networking
1313
about:
1414
title: LinkedIn MCP Server
15-
description: This MCP server allows Claude and other AI assistants to access your LinkedIn. Scrape LinkedIn profiles and companies, get your recommended jobs, and perform job searches. Set your li_at LinkedIncookie to use this server.
15+
description: This MCP server allows Claude and other AI assistants to access your LinkedIn. Scrape LinkedIn profiles and companies, get your recommended jobs, and perform job searches. Set your li_at LinkedIn cookie to use this server.
1616
icon: https://raw.githubusercontent.com/stickerdaniel/linkedin-mcp-server/main/assets/icons/linkedin.svg
1717
source:
1818
project: https://github.com/stickerdaniel/linkedin-mcp-server
1919
config:
20-
description: Configure LinkedIn authentication using your li_at cookie
20+
description: Configure LinkedIn authentication and optional user agent
2121
secrets:
2222
- name: linkedin-mcp-server.cookie
2323
env: LINKEDIN_COOKIE
24-
example: AQETADxR7bsCqpZlAAACm-lNHKAAA...
24+
example: AQETADxR7bsCqpZlAAACm-lNHKAAA...
25+
env:
26+
- name: USER_AGENT
27+
example: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36"
28+
value: '{{linkedin-mcp-server.user_agent}}'
29+
parameters:
30+
type: object
31+
properties:
32+
user_agent:
33+
type: string
34+
description: Custom user agent string (optional, helps avoid detection and cookie login issues)

0 commit comments

Comments
 (0)