Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions servers/linkedin-mcp-server/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: linkedin-mcp-server
image: stickerdaniel/linkedin-mcp-server:latest
type: server
meta:
category: business
tags:
- linkedin
- business
- scraping
- profiles
- jobs
- 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.
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 session cookie
secrets:
- name: linkedin-mcp-server.linkedin_cookie
env: LINKEDIN_COOKIE
example: AQETADxR7bsCqpZlAAACm-lNHKAAAAGXDGmgoE0ARivAnr-8lRlxIM4RDkJcImu3xIucKbYZiKMYUidcyY85e0Fg2gjCpXQ3h_SxVyhJ1TEY_Bp-3z9MWkoRk__bVlwgy9OaHOuxNL4IK-E9yc_ghrwk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stickerdaniel I merged this already, but could I suggest that we replace this with a dummy value like my-cookie? This looks like a real cookie value, and we don't want to attract malicious actors lol.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, it looks like a real cookie, but it's not. Thought it might help to identify the right value to copy & paste. I would update the name to match the cookie key (li_at)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see #74