mcpbeat Sign in

J-Link MCP Server

local only

J-Link MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 15 Sep 2026.

Debug embedded firmware on real hardware: J-Link probes, Cortex-M faults, RTT logs, GDB.

Installs per day peak 123 · avg 14 · +513% w/w
a month agotoday
82
Installs / week
npm · jlink-mcp
30
Stars
1 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      this.proc = spawn(this.gdbPath, args, {
Builds a file path from a variable src/probe/jlink.ts:113, src/utils/config.ts:116
    return this.config.installDir ? path.join(this.config.installDir, exe) : exe;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 jlink-mcp -- npx -y jlink-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jlink-mcp": {
      "args": [
        "-y",
        "jlink-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jlink-mcp]
command = "npx"
args = ["-y", "jlink-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "jlink-mcp": {
      "args": [
        "-y",
        "jlink-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jlink-mcp": {
      "args": [
        "-y",
        "jlink-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JLINK_DEVICE (Target device name, exactly as J-Link spells it (e.g. nRF52840_XXAA, STM32F407VG). Use the search_devices tool to find it.), JLINK_SERIAL (Serial number of a specific probe, when more than one is attached.), SVD_PATH (CMSIS-SVD file for the target. Without it, peripheral reads are undecoded hex.), JLINK_RTT_ADDR (Address of the firmware's _SEGGER_RTT symbol. Lets RTT survive a reset or flash.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to J-Link MCP

same job, measured the same way
droidprobe
by orhanbalci

Read-only MCP server to inspect an Android device over ADB: hardware, packages, permissions, logs.

local only
VMware Debug
by zw008

Read-only VMware incident correlation: timeline, spikes, root-cause routing. 2 MCP tools.

930 installs/wk local only
gws-admin-mcp
by antct11

Safe Google Workspace admin for AI agents: read-only by default, confirm-gated deletes, audit log.

local only
Hwcontract
by mohibshaikh

Judge hardware timing/serial against a contract: pass/marginal/fail (WS2812, DShot, logs)

292 installs/wk local only
hiveWiki
by hivewiki

Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.

answering
Cortex RMCP
by dinglebear

Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.

local only
Cortex RMCP
by dinglebear

Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.

520 installs/wk local only
Hardware Probe
by yamaru-eu

Hardware probe for performance diagnostics, thermal monitoring, and LLM optimization.

39 installs/wk local only

J-Link MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for J-Link MCP?
J-Link MCP 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 jlink-mcp was installed 82 times last week.
How do I connect J-Link MCP?
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 jlink-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use J-Link MCP?
The npm package jlink-mcp was installed 82 times in the last week. Week over week that is +513%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is J-Link MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 30 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.