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).
Run
uvx wsjtx-mcp
MCP client config
{
"mcpServers": {
"wsjtx-mcp": {
"command": "uvx",
"args": [
"wsjtx-mcp"
]
}
}
}