linkedin-mcp-server

Jaynuke79/linkedin-mcp-server
★ 0 stars Python API Integration Updated 1d ago
MCP server that posts to your own LinkedIn feed via the official Posts API. Stdlib only, no scraping, no session cookies.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "linkedin-mcp-server": {
      "command": "uvx",
      "args": [
        "linkedin-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install linkedin-mcp-server