wsjtx-mcp
About
Operate WSJT-X (FT8/FT4/WSPR) from MCP clients over its UDP message protocol.
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
WSJTX_CALLSIGN WSJTX_HOST WSJTX_PORT WSJTX_MULTICAST WSJTX_INSTANCEClaude Code
claude mcp add --env WSJTX_CALLSIGN= --env WSJTX_HOST= --env WSJTX_PORT= --env WSJTX_MULTICAST= --env WSJTX_INSTANCE= wsjtx-mcp -- uvx wsjtx-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":"wsjtx-mcp","command":"uvx","args":["wsjtx-mcp"],"env":{"WSJTX_CALLSIGN":"","WSJTX_HOST":"","WSJTX_PORT":"","WSJTX_MULTICAST":"","WSJTX_INSTANCE":""}}'
JSON
{
"mcpServers": {
"wsjtx-mcp": {
"command": "uvx",
"args": [
"wsjtx-mcp"
],
"env": {
"WSJTX_CALLSIGN": "",
"WSJTX_HOST": "",
"WSJTX_PORT": "",
"WSJTX_MULTICAST": "",
"WSJTX_INSTANCE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.