fldigi-mcp
About
Control fldigi (amateur-radio digital modes) over XML-RPC: modem, frequency, rig, log, transmit.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
FLDIGI_CALLSIGN FLDIGI_HOST FLDIGI_PORT FLDIGI_BAND_GUIDANCE FLDIGI_REGIONClaude Code
claude mcp add --env FLDIGI_CALLSIGN= --env FLDIGI_HOST= --env FLDIGI_PORT= --env FLDIGI_BAND_GUIDANCE= --env FLDIGI_REGION= fldigi-mcp -- uvx fldigi-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"fldigi-mcp","command":"uvx","args":["fldigi-mcp"],"env":{"FLDIGI_CALLSIGN":"","FLDIGI_HOST":"","FLDIGI_PORT":"","FLDIGI_BAND_GUIDANCE":"","FLDIGI_REGION":""}}'
JSON
{
"mcpServers": {
"fldigi-mcp": {
"command": "uvx",
"args": [
"fldigi-mcp"
],
"env": {
"FLDIGI_CALLSIGN": "",
"FLDIGI_HOST": "",
"FLDIGI_PORT": "",
"FLDIGI_BAND_GUIDANCE": "",
"FLDIGI_REGION": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.