linkedin-osint-mcp

linkedin-osint-mcp

2

LinkedIn OSINT-MCP uses Serper to gather employee information from LinkedIn via Google searches. The tool supports customizable search queries and integration with MCP clients.

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 "" and save to a csv file." // format names into emails