mcpbeat Sign in

Fldigi MCP Server

local only

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.

Installs per day peak 55 · avg 16 · -35% w/w
a month agotoday
83
Installs / week
pypi · fldigi-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
GPL-3.0
License
Python

What the code does

We read the source, 23 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.

            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.

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

Alternatives to Fldigi MCP

same job, measured the same way
Contest MCP
by sbrunner-atx

Log amateur-radio QSOs to N3FJP logging software over its TCP API.

94 installs/wk local only
N3fjp MCP
by sbrunner-atx

Log amateur-radio QSOs to N3FJP logging software over its TCP API.

53 installs/wk local only
Ardupilot MCP
by furkanisikay

Diagnoses ArduPilot DataFlash flight logs over the Model Context Protocol.

203 installs/wk local only
Adif MCP
by qso-graph

ADIF 3.1.6 parser and validator for amateur radio QSO logs. Full spec coverage.

620 installs/wk local only
CastHub
by cast-hub

Control CastHub digital signage. Manage TVs, presentations, schedules, and emergency alerts.

35 installs/wk local only
Git Archaeologist
by engrmaziz

Trace code history, commit reasoning, and PR context directly from Git logs.

25 installs/wk local only
Quellgeist Commits
by rajeev-shyam

Read-only MCP server: get_recent_commits over a local deploy log (Quellgeist triage).

local only
Hevy Coach
by gcuadros

Training analytics over your Hevy log: e1RM, PRs, volume, consistency, bodyweight.

31 installs/wk answering

Fldigi MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Fldigi MCP?
Fldigi 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 pypi package fldigi-mcp was installed 83 times last week.
How do I connect Fldigi 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 fldigi-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Fldigi MCP?
The pypi package fldigi-mcp was installed 83 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fldigi MCP open source?
Yes — it is published under the GPL-3.0 licence, written in Python and 0 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.