
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@arvinxx/linkedin-mcp-server
Advanced tools
这是一个基于 Model Context Protocol (MCP) 的 LinkedIn 搜索服务器。它提供了一个标准化的接口,允许 AI 助手通过 MCP 协议搜索 LinkedIn 个人资料。
# 克隆仓库
git clone https://github.com/yourusername/linkedin-mcp-server.git
cd linkedin-mcp-server
# 安装依赖
npm install
.env.example 文件为 .env:cp .env.example .env
.env 文件中配置以下环境变量:LINKEDIN_API_KEY: LinkedIn API 密钥PORT: 服务器端口(默认:3000)# 开发模式
npm run dev
# 生产模式
npm run build
npm start
服务器启动后,可以通过 MCP 协议使用以下工具:
搜索 LinkedIn 个人资料。
参数:
twitter_profile_url: Twitter 个人资料 URLfacebook_profile_url: Facebook 个人资料 URLlinkedin_profile_url: LinkedIn 个人资料 URLextra: 是否包含额外信息('include' | 'exclude')github_profile_id: 是否包含 GitHub 个人资料 ID('include' | 'exclude')facebook_profile_id: 是否包含 Facebook 个人资料 ID('include' | 'exclude')twitter_profile_id: 是否包含 Twitter 个人资料 ID('include' | 'exclude')personal_contact_number: 是否包含个人联系电话('include' | 'exclude')personal_email: 是否包含个人邮箱('include' | 'exclude')inferred_salary: 是否包含推断薪资('include' | 'exclude')skills: 是否包含技能('include' | 'exclude')use_cache: 是否使用缓存('if-present' | 'skip')fallback_to_cache: 错误时是否回退到缓存('on-error' | 'never')# 运行测试
npm test
# 运行测试(监视模式)
npm run test:watch
# 代码检查
npm run lint
# 格式化代码
npm run format
ISC
FAQs
LinkedIn Profile Search MCP Server
The npm package @arvinxx/linkedin-mcp-server receives a total of 18 weekly downloads. As such, @arvinxx/linkedin-mcp-server popularity was classified as not popular.
We found that @arvinxx/linkedin-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.