
LinkedIn MCP Server
by stickerdaniel
Integrate LinkedIn API with AI agents to search profiles, manage posts, and send messages.
What it does
This MCP server connects AI assistants to the LinkedIn API, allowing them to interact with professional networks autonomously. It enables agents to perform profile searches, retrieve detailed professional data, discover job opportunities, and handle direct messaging.
Tools
profile_search: Find LinkedIn profiles using advanced filters.profile_retrieval: Get comprehensive details about a specific LinkedIn profile.job_search: Discover relevant job opportunities based on customized criteria.send_message: Send direct messages to LinkedIn connections.get_network_stats: Retrieve connection statistics and professional network analytics.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"linkedin-mcp-server": {
"command": "node",
"args": ["/path/to/linkedin-mcp-server/build/index.js"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install linkedin-mcp-serverInformation
- Pricing
- free
- Published
- 4/12/2026
- stars






