linkedin-mcpserver
by felipfr·★ 62·Score 40
A TypeScript MCP server integrating LinkedIn API for profile search, job discovery, and messaging capabilities.
Overview
The LinkedIn MCP Server provides a comprehensive interface to LinkedIn's API through the Model Context Protocol. It enables AI assistants to interact with LinkedIn data, perform advanced profile searches, retrieve detailed profile information, discover job opportunities, and even send messages to connections. Built with TypeScript using modern practices including dependency injection with TSyringe and structured logging with Pino.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server if you need AI assistant integration with LinkedIn for recruitment, networking, or job search purposes.
When NOT to choose this
Avoid if you need write access beyond messaging or require integration with other professional networks beyond LinkedIn.
Tools this server exposes
5 tools extracted from the READMEprofile_searchFind LinkedIn profiles with advanced filters
profile_retrievalGet detailed information about LinkedIn profiles
job_searchDiscover job opportunities with customized criteria
messagingSend messages to LinkedIn connections
network_statsAccess connection statistics and analytics
Comparable tools
Installation
Installation
Prerequisites
- Node.js 20+
- npm/yarn
Setup
# Install dependencies
npm install
# Run the development server
npm run start:dev
# Build the server
npm run buildConfiguration
For Claude Desktop:
**macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json
**Windows**: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"linkedin-mcp-server": {
"command": "/path/to/linkedin-mcp-server/build/index.js"
}
}
}FAQ
- What LinkedIn API features are supported?
- The server supports profile search, profile retrieval, job search, messaging, and network statistics through LinkedIn's API.
- How is authentication handled?
- The server uses OAuth with automatic token management, but users need to review the token management system for security requirements.
Compare linkedin-mcpserver with
Last updated · Auto-generated from public README + GitHub signals.