Linkedin MCP Server
Open-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# Linkedin MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/stickerdaniel/linkedin-mcp-server#readme
#
# 2. Add it to Claude Code:
claude mcp add linkedin -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "linkedin-mcp-server": { "command": "<...>", "args": ["<...>"] }
# }
# }