Access real-time LinkedIn public data
## Bright Data LinkedIn MCP Server: Professional Network Data The **Bright Data LinkedIn MCP Server** provides structured LinkedIn data access through Google Antigravity, enabling AI-assisted professional network analysis, lead generation, and market research. ### Why Bright Data LinkedIn MCP? - **Structured Data**: Clean, structured professional profile data - **Company Info**: Access company pages and employee counts - **Job Listings**: Search and analyze job postings - **Lead Generation**: Find prospects matching specific criteria - **Market Research**: Analyze industry trends and talent pools ### Key Features #### 1. Profile Search ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find software engineers at FAANG companies with Python experience" }] ) ``` #### 2. Company Data ```python # Get company info response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get company information including size and industry for target account" }] ) ``` #### 3. Job Analysis ```python # Analyze jobs response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find data science job postings and analyze required skills" }] ) ``` #### 4. Network Analysis ```python # Analyze network response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Analyze connections between executives at competitor companies" }] ) ``` ### Configuration ```json { "mcpServers": { "brightdata-linkedin": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-brightdata-linkedin"], "env": { "BRIGHTDATA_API_KEY": "your-api-key", "BRIGHTDATA_ZONE": "linkedin" } } } } ``` ### Use Cases **Sales Prospecting**: Find and qualify leads efficiently. **Recruiting**: Source candidates matching requirements. **Market Research**: Analyze competitor workforces. **Competitive Intelligence**: Track hiring trends. The Bright Data LinkedIn MCP Server brings professional data into your workflow.
{
"mcpServers": {
"brightdata-linkedin": {
"mcpServers": {
"brightdata-linkedin": {
"env": {
"BRIGHTDATA_API_KEY": "YOUR_API_KEY"
},
"args": [
"-y",
"@brightdata/linkedin-mcp-server"
],
"command": "npx"
}
}
}
}
}