Back to Home
Jing-yilin icon

linkedin-mcp-server

by Jing-yilin

Overview

Provides a Model Context Protocol (MCP) server for accessing LinkedIn data via the HarvestAPI service.

Installation

Run Command
node build/index.js

Environment Variables

  • HARVESTAPI_API_KEY
  • LINKEDIN_API_KEY
  • PROXY_URL
  • HTTP_PROXY
  • HTTPS_PROXY

Security Notes

The server has a critical path traversal vulnerability. The `save_dir` parameter, available in most tools, takes an unsanitized string which is then used in `fs.writeFileSync(path.join(dir, filename))`. An attacker or malicious LLM prompt could provide a `save_dir` like `../../../../../tmp` to write files to arbitrary locations on the host system, potentially leading to data corruption, information disclosure, or even remote code execution if combined with writing an executable file to a known execution path.

Similar Servers

Stats

Interest Score30
Security Score3
Cost ClassLow
Avg Tokens1000
Stars1
Forks0
Last Update2026-01-10

Tags

LinkedInAPIDataMCPSocial Media