LinkedIn MCP Server
A powerful Model Context Protocol (MCP) server for extracting structured data from LinkedIn profiles and company pages.
Overview
This MCP server provides a reliable way to scrape and analyze LinkedIn data through a simple API interface. Get started by obtaining your API key from Friday Data.
Key Features
Quick Start
Setup
Add this to your MCP client configuration:
{
"friday_data_mcp": {
"name": "Friday Data MCP",
"command": "npx",
"args": [
"fridaydata-mcp"
],
"env": {
"FRIDAY_API_KEY": "YOUR_API_KEY"
},
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"sampling": false
}
}
}