diff --git a/servers/linkedin-mcp-server/server.yaml b/servers/linkedin-mcp-server/server.yaml index bf60533..666e012 100644 --- a/servers/linkedin-mcp-server/server.yaml +++ b/servers/linkedin-mcp-server/server.yaml @@ -1,5 +1,5 @@ name: linkedin-mcp-server -image: stickerdaniel/linkedin-mcp-server:1.3.2 +image: stickerdaniel/linkedin-mcp-server:1.4.0 type: server meta: category: business @@ -12,13 +12,23 @@ meta: - networking about: title: LinkedIn MCP Server - 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. + 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. icon: https://raw.githubusercontent.com/stickerdaniel/linkedin-mcp-server/main/assets/icons/linkedin.svg source: project: https://github.com/stickerdaniel/linkedin-mcp-server config: - description: Configure LinkedIn authentication using your li_at cookie + description: Configure LinkedIn authentication and optional user agent secrets: - name: linkedin-mcp-server.cookie env: LINKEDIN_COOKIE - example: AQETADxR7bsCqpZlAAACm-lNHKAAA... \ No newline at end of file + example: AQETADxR7bsCqpZlAAACm-lNHKAAA... + env: + - name: USER_AGENT + example: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" + value: '{{linkedin-mcp-server.user_agent}}' + parameters: + type: object + properties: + user_agent: + type: string + description: Custom user agent string (optional, helps avoid detection and cookie login issues) \ No newline at end of file