MCP Directory
Back

linkedin-mcpserver

by felipfr · TypeScript · ★ 72

A powerful Model Context Protocol server for LinkedIn API integration

#linkedin#mcp-server#model-context-protocol#typescript

Install

npx -y github:felipfr/linkedin-mcpserver

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "linkedin-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "github:felipfr/linkedin-mcpserver"
      ]
    }
  }
}

From the README

A powerful Model Context Protocol server for LinkedIn API integration LinkedIn MCP Server brings the power of the LinkedIn API to your AI assistants through the Model Context Protocol (MCP). This TypeScript server empowers AI agents to interact with LinkedIn data, search profiles, find jobs, and even send messages. MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs - think of it as a USB-C port for AI applications, connecting models to external data sources and tools. - **Profile Search** - Find LinkedIn profiles with advanced filters…
Read full README on GitHub →

Related other servers