linkedin-linkedin-osint-mcp

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

linkedin-osint-mcp

Uses Serper to perform a Google search to gather a list of employees from LinkedIn.

Usage

  • Install uv
  • Get an API key from Serper and add it to .env file.
  • Configure MCP client:
    E.g., Claude Desktop
{
    "mcpServers": {
        "linkedin_osint": {
            "command": "uv",
            "args": [
                "--directory",
                "C:\\path\\\\to\\linkedin-osint-mcp",
                "run",
                "main.py"
            ]
        }
    }
}

Example Queries

"Get a list of users that work at Bullworth Academy." // basic
"Get a list of users that work at Bullworth Academy and find as many as you can." // will search through multiple pages
"Find all users that work at Bullworth Academy and format the results as "flast@bullworth.com" and save to a csv file." // format names into emails