Easily fetch real-time LinkedIn profile information using our MCP (Model Context Protocol) server. This server integrates with the Fresh LinkedIn Profile Data API to return profile details like skills and other basic settings. It exposes a single tool—get_profile—that accepts a LinkedIn profile URL and responds with structured JSON data.
Before you get started, make sure you have:
git clone https://github.com/itsShashankSrivastava/Linkedin-Scrap-MCP-Server
uv add mcp[cli] httpx requests
RAPIDAPI_KEY=your_rapidapi_key_here
To start the MCP server:
uv run linkedin.py
This will launch the server and begin listening for incoming requests over standard I/O.
To connect your MCP client to the server, update your config.json with the following:
{
"mcpServers": {
"linkedin_profile_scraper": {
"command": "C:/Users/shashank.srivastava/.local/bin/uv",
"args": [
"--directory",
"C:/Users/shashank.srivastava/Desktop/linkedin-scrap",
"run",
"linkedin.py"
]
}
}
}
💡 Adjust the paths as necessary based on where your server is located.
Feel free to ⭐️ the repo if you find it helpful or open an issue if you need support!
Seamless access to top MCP servers powering the future of AI integration.