Loading MCP server directory, please wait...
Control fldigi (amateur-radio digital modes) over XML-RPC: modem, frequency, rig, log, transmit.
npx @getmcp/cli add io.github.sbrunner-atx/fldigi-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sbrunner-atx/fldigi-mcp": {
"command": "uvx",
"args": [
"fldigi-mcp"
],
"env": {
"FLDIGI_CALLSIGN": "",
"FLDIGI_HOST": "127.0.0.1",
"FLDIGI_PORT": "7362",
"FLDIGI_BAND_GUIDANCE": "off",
"FLDIGI_REGION": "2"
}
}
}
}