linkedin-osint-mcp
About
MCP server to gather usernames from LinkedIn using Serper
Details
- Author
- djackreuter
- GitHub stars
- 2
- Downloads
- 290
- Categories
- Other
Jump to
- Uses Serper API for Google search
- Gathers employee listings from LinkedIn
- Supports multi-page searches for comprehensive results
- Can format names into email addresses (e.g., flast@domain.com)
- Exports results to CSV files
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
linkedin-osint-mcpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install uv, obtain a Serper API key and store it in a .env file, then configure your MCP client (e.g., Claude Desktop) with the provided JSON configuration specifying the command "uv" with the directory and arguments to run main.py.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"linkedin-osint-mcp": {
"linkedin_osint": {
"command": "uv",
"args": [
"--directory",
"C:\\path\\\\to\\linkedin-osint-mcp",
"run",
"main.py"
]
}
}
}
}
McpServers
{
"linkedin_osint": {
"command": "uv",
"args": [
"--directory",
"C:\\path\\\\to\\linkedin-osint-mcp",
"run",
"main.py"
]
}
}
linkedin-osint-mcp
Uses Serper to perform a Google search to gather a list of employees from LinkedIn.
Usage
Install uv<br> Get an API key from Serper and add it to.env file.<br>
- Configure MCP client:<br>
{
"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<br> "Get a list of users that work at Bullworth Academy and find as many as you can." // will search through multiple pages<br> "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 emailsSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



