linkedin-osint-mcp\
\ Uses Serper to perform a Google search to gather a list of employees from LinkedIn.\ \
Usage\
- Install uv\u003cbr\u003e\
- Get an API key from Serper and add it to
.envfile.\u003cbr\u003e\ - Configure MCP client:\u003cbr\u003e\
E.g., Claude Desktop\
{\
"mcpServers": {\
"linkedin_osint": {\
"command": "uv",\
"args": [\
"--directory",\
"C:\\\\\\\\path\\\\\\\\\\\\\\\ o\\\\\\\\linkedin-osint-mcp",\
"run",\
"main.py"\
]\
}\
}\
}\\
Example Queries\
"Get a list of users that work at Bullworth Academy." // basic\u003cbr\u003e\ "Get a list of users that work at Bullworth Academy and find as many as you can." // will search through multiple pages\u003cbr\u003e\ "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

