Odel
linkedctl

linkedctl

Local
@alexey-pelykh2TypeScriptAGPL-3.0Updated 5 days ago

CLI and MCP server for the LinkedIn API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlinkedctlv0.5.0

Run

npx -y linkedctl

MCP client config

{
  "mcpServers": {
    "linkedctl": {
      "command": "npx",
      "args": [
        "-y",
        "linkedctl"
      ]
    }
  }
}