Linkedctl
Rank #11,777io.github.alexey-pelykh/linkedctl
MCP server providing linkedctl capabilities
Linkedctl is a Model Context Protocol (MCP) server published by alexey-pelykh. It ranks #11,777 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Linkedctl is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 2, 2026 and most recently updated on Mar 10, 2026.
Ranks ahead of 103,814 of 115,591 servers on MCP Toplist.
Use Linkedctl
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add linkedctl -e "LINKEDCTL_ACCESS_TOKEN=<your LINKEDCTL_ACCESS_TOKEN>" -e "LINKEDCTL_CLIENT_ID=<your LINKEDCTL_CLIENT_ID>" -e "LINKEDCTL_CLIENT_SECRET=<your LINKEDCTL_CLIENT_SECRET>" -- npx -y linkedctl mcpReplace each placeholder with your own value before saving.
[mcp_servers.linkedctl]
command = "npx"
args = ["-y", "linkedctl", "mcp"]
[mcp_servers.linkedctl.env]
LINKEDCTL_ACCESS_TOKEN = "<your LINKEDCTL_ACCESS_TOKEN>"
LINKEDCTL_CLIENT_ID = "<your LINKEDCTL_CLIENT_ID>"
LINKEDCTL_CLIENT_SECRET = "<your LINKEDCTL_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkedctl": {
"command": "npx",
"args": [
"-y",
"linkedctl",
"mcp"
],
"env": {
"LINKEDCTL_ACCESS_TOKEN": "<your LINKEDCTL_ACCESS_TOKEN>",
"LINKEDCTL_CLIENT_ID": "<your LINKEDCTL_CLIENT_ID>",
"LINKEDCTL_CLIENT_SECRET": "<your LINKEDCTL_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkedctl": {
"command": "npx",
"args": [
"-y",
"linkedctl",
"mcp"
],
"env": {
"LINKEDCTL_ACCESS_TOKEN": "<your LINKEDCTL_ACCESS_TOKEN>",
"LINKEDCTL_CLIENT_ID": "<your LINKEDCTL_CLIENT_ID>",
"LINKEDCTL_CLIENT_SECRET": "<your LINKEDCTL_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"linkedctl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"linkedctl",
"mcp"
],
"env": {
"LINKEDCTL_ACCESS_TOKEN": "<your LINKEDCTL_ACCESS_TOKEN>",
"LINKEDCTL_CLIENT_ID": "<your LINKEDCTL_CLIENT_ID>",
"LINKEDCTL_CLIENT_SECRET": "<your LINKEDCTL_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkedctl": {
"command": "npx",
"args": [
"-y",
"linkedctl",
"mcp"
],
"env": {
"LINKEDCTL_ACCESS_TOKEN": "<your LINKEDCTL_ACCESS_TOKEN>",
"LINKEDCTL_CLIENT_ID": "<your LINKEDCTL_CLIENT_ID>",
"LINKEDCTL_CLIENT_SECRET": "<your LINKEDCTL_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkedctl": {
"command": "npx",
"args": [
"-y",
"linkedctl",
"mcp"
],
"env": {
"LINKEDCTL_ACCESS_TOKEN": "<your LINKEDCTL_ACCESS_TOKEN>",
"LINKEDCTL_CLIENT_ID": "<your LINKEDCTL_CLIENT_ID>",
"LINKEDCTL_CLIENT_SECRET": "<your LINKEDCTL_CLIENT_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.alexey-pelykh%2Flinkedctl)<a href="https://mcptoplist.com/server/io.github.alexey-pelykh%2Flinkedctl"><img src="https://mcptoplist.com/badge/io.github.alexey-pelykh%2Flinkedctl.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
alexey-pelykh
Other servers by alexey-pelykh
View all alexey-pelykh servers →Available versions (2)
| Version | Published |
|---|---|
| 0.5.0 | Mar 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Linkedctl?
- Linkedctl is maintained by alexey-pelykh, which publishes 4 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Linkedctl listed on the Official MCP Registry?
- Yes — Linkedctl is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Linkedctl have?
- MCP Toplist tracks 2 versions of Linkedctl, most recently published on Mar 10, 2026.
- Where can I find the source code for Linkedctl?
- The source code for Linkedctl is hosted at github.com/alexey-pelykh/linkedctl.