Fldigi MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from pypi. Last commit 16 Sep 2026.
Control fldigi (amateur-radio digital modes) over XML-RPC: modem, frequency, rig, log, transmit.
We read the source, 23 h ago · rules 3dff92dd89df
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.
raw = subprocess.run(cmd, capture_output=True, text=True, timeout=5).stdout
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add fldigi-mcp -- uvx fldigi-mcp
{
"mcpServers": {
"fldigi-mcp": {
"args": [
"fldigi-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.fldigi-mcp]
command = "uvx"
args = ["fldigi-mcp"]
{
"mcpServers": {
"fldigi-mcp": {
"args": [
"fldigi-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"fldigi-mcp": {
"args": [
"fldigi-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
FLDIGI_CALLSIGN (Operator callsign. Required to enable transmit; leave blank to stay receive-only.), FLDIGI_HOST (fldigi XML-RPC host.), FLDIGI_PORT (fldigi XML-RPC port.), FLDIGI_BAND_GUIDANCE (Enable experimental advisory band guidance (on/off).), FLDIGI_REGION (IARU region for band guidance: 1, 2, or 3.).
The author declared them in the registry entry; get the values from the project itself.
Log amateur-radio QSOs to N3FJP logging software over its TCP API.
Log amateur-radio QSOs to N3FJP logging software over its TCP API.
Diagnoses ArduPilot DataFlash flight logs over the Model Context Protocol.
ADIF 3.1.6 parser and validator for amateur radio QSO logs. Full spec coverage.
Control CastHub digital signage. Manage TVs, presentations, schedules, and emergency alerts.
Trace code history, commit reasoning, and PR context directly from Git logs.
Read-only MCP server: get_recent_commits over a local deploy log (Quellgeist triage).
Training analytics over your Hevy log: e1RM, PRs, volume, consistency, bodyweight.
Answers built from our own checks of this server.