- Home
- MCP servers
- LinkedInMCP Server
LinkedInMCP Server
- typescript
30
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": {
"dishant27-linkedin-mcp-server": {
"command": "node",
"args": [
"/absolute/path/to/linkedin-mcp-server/dist/index.js"
],
"env": {
"LINKEDIN_CLIENT_ID": "your_client_id",
"LINKEDIN_CLIENT_SECRET": "your_client_secret"
}
}
}
}LinkedInMCP is an MCP server that provides a typed, secure interface to LinkedIn’s API, enabling language models and other clients to perform advanced profile searches, retrieve detailed profiles, and more within a consistent, context-aware workflow.
How to use
You run the LinkedIn MCP server locally or in your environment and connect your MCP-enabled client to it. The server exposes tools for searching LinkedIn profiles and fetching detailed profile information. Configure your client to call the available tools, pass your search criteria or profile identifiers, and receive structured results that you can feed into your broader workflows.
Available tools
search-people
Search for LinkedIn profiles using keywords, current company, industries, and location to return matched profiles with relevant fields.
get-profile
Retrieve detailed LinkedIn profile information by publicId or urnId, enabling rich profile data to be consumed by your MCP client.