- Home
- MCP servers
- typescript
34
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"felipfr-linkedin-mcpserver": {
"command": "/path/to/linkedin-mcp-server/build/index.js",
"args": []
}
}
}You can connect your AI assistants to LinkedIn data through an MCP server that exposes profile, job, and messaging capabilities via a standardized MCP interface. This enables powerful context-aware interactions with LinkedIn data inside your prompts and workflows.
How to use
You connect an MCP client to the LinkedIn MCP Server to access LinkedIn data through structured tools. Use it to search profiles, retrieve profile details, search for jobs, send messages to connections, and view network statistics. Your AI agents can request these capabilities as needed, and the server handles authentication, communication, and data access through the MCP protocol.
How to install
Prerequisites: install Node.js version 20 or newer, and choose your package manager (npm or yarn). Install dependencies, build, and run the server in development mode.
# Install dependencies
npm install
# Run the development server
npm run start:dev
# Build the server
npm run build
Configuration and usage notes
The server can be wired into your MCP client configuration so your AI agents can call LinkedIn tools. A typical local runtime example shows how to reference the server in an MCP configuration file.
{
"mcpServers": {
"linkedin-mcp-server": {
"command": "/path/to/linkedin-mcp-server/build/index.js"
}
}
}
Available tools
Profile Search
Search LinkedIn profiles using advanced filters to find matching professionals.
Profile Retrieval
Retrieve detailed information for a specific LinkedIn profile.
Job Search
Discover job opportunities using customizable criteria and filters.
Messaging
Send messages to LinkedIn connections through the server.
Network Stats
Access connection statistics and analytics for your LinkedIn network.