mcpbeat Sign in

Linkedctl MCP Server

local only

Linkedctl runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 16 Sep 2026.

CLI and MCP server for the LinkedIn API

Installs per day peak 23 · avg 8 · -12% w/w
a month agotoday
32
Installs / week
npm · linkedctl
2
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Linkedctl every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add linkedctl -- npx -y linkedctl
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "linkedctl": {
      "args": [
        "-y",
        "linkedctl"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.linkedctl]
command = "npx"
args = ["-y", "linkedctl"]
.cursor/mcp.json
{
  "mcpServers": {
    "linkedctl": {
      "args": [
        "-y",
        "linkedctl"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "linkedctl": {
      "args": [
        "-y",
        "linkedctl"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LINKEDCTL_ACCESS_TOKEN (LinkedIn OAuth2 access token), LINKEDCTL_CLIENT_ID (LinkedIn OAuth2 client ID), LINKEDCTL_CLIENT_SECRET (LinkedIn OAuth2 client secret). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Linkedctl

same job, measured the same way
Glitch Grow Linkedin Ad MCP
by glitchexecutor-grow

MCP server for the LinkedIn Marketing API — campaigns, analytics, creatives.

6 installs/wk local only
Paid Ads
by connected-paths

Hosted MCP server for Google Ads and LinkedIn Ads analysis.

answering
Linkedin Ads
by mharnett

MCP server for LinkedIn Campaign Manager — campaigns, creatives, and analytics

59 installs/wk local only
Sorsa MCP
by sorsa-io

MCP server for the Sorsa.io X/Twitter data API

34 installs/wk local only
MCP Ethical Hacking
by cmpxchg16

An MCP server that provides LinkedIn & Reddit data

local only
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
Linkedin Outreach MCP
by csoai-org

Linkedin Outreach MCP Server by MEOK AI Labs

206 installs/wk local only
GTM API: LinkedIn MCP Server
by gtm-api

Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.

63 installs/wk answering

Linkedctl — questions

Answers built from our own checks of this server.

Why is there no uptime for Linkedctl?
Linkedctl runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package linkedctl was installed 32 times last week.
How do I connect Linkedctl?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls linkedctl straight from npm; nothing to host, nothing to sign up for.
How many people use Linkedctl?
The npm package linkedctl was installed 32 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Linkedctl open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.