
linkedin-osint-mcp
MCP server to gather usernames from LinkedIn using Serper
what is linkedin-osint-mcp?
linkedin-osint-mcp is a tool that utilizes Serper to perform Google searches to gather a list of employees from LinkedIn.
how to use linkedin-osint-mcp?
To use linkedin-osint-mcp, install the required package, obtain an API key from Serper, and configure the MCP client with the necessary commands to run the tool.
key features of linkedin-osint-mcp?
- Gathers employee data from LinkedIn using Google search.
- Supports multiple query formats for flexible data retrieval.
- Allows saving results in various formats, such as CSV.
use cases of linkedin-osint-mcp?
- Collecting employee information for recruitment purposes.
- Conducting market research by analyzing company staff.
- Generating leads for business development.
FAQ from linkedin-osint-mcp?
- Is linkedin-osint-mcp free to use?
Yes! It is open-source and free to use.
- What programming language is used?
The tool is developed in Python.
- Do I need an API key?
Yes, you need to obtain an API key from Serper to use the tool.
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