Odel
wsjtx mcp

wsjtx mcp

Local
@sbrunner-atxPythonMITUpdated 1mo ago

Operate WSJT-X (FT8/FT4/WSPR) from MCP clients over its UDP message protocol.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIwsjtx-mcpv0.1.2

Run

uvx wsjtx-mcp

MCP client config

{
  "mcpServers": {
    "wsjtx-mcp": {
      "command": "uvx",
      "args": [
        "wsjtx-mcp"
      ]
    }
  }
}