linkedin-osint-mcp

by djackreuter

2 stars
290 downloads
Not rated
GitHub

About

MCP server to gather usernames from LinkedIn using Serper

Details

Author
djackreuter
GitHub stars
2
Downloads
290
Categories
Other

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name linkedin-osint-mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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>
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<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 emails
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.