Wsjtx MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from pypi. Last commit 16 Sep 2026.
Operate WSJT-X (FT8/FT4/WSPR) from MCP clients over its UDP message protocol.
We read the source, 1 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
raw = subprocess.run(cmd, capture_output=True, text=True, timeout=5).stdout
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add wsjtx-mcp -- uvx wsjtx-mcp
{
"mcpServers": {
"wsjtx-mcp": {
"args": [
"wsjtx-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.wsjtx-mcp]
command = "uvx"
args = ["wsjtx-mcp"]
{
"mcpServers": {
"wsjtx-mcp": {
"args": [
"wsjtx-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"wsjtx-mcp": {
"args": [
"wsjtx-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
WSJTX_CALLSIGN (Operator callsign — the single transmit gate. Blank = receive-only (refuses all transmit-initiating messages).), WSJTX_HOST (Address to bind/receive WSJT-X UDP broadcasts on. For a remote WSJT-X use 127.0.0.1 with the mcp-host-bridge 'wsjtx' service and set the port to 2238.), WSJTX_PORT (WSJT-X Settings → Reporting → UDP Server port. Default 2237. Enable 'Accept UDP requests' for control.), WSJTX_MULTICAST (Optional multicast group to join so multiple UDP consumers can coexist. Blank = unicast.), WSJTX_INSTANCE (Optional WSJT-X instance Id to target when several broadcast here.).
The author declared them in the registry entry; get the values from the project itself.
OpenAI image generation MCP server for Model Context Protocol hosts
Bridge AI coding hosts to cursor-agent over the Agent Client Protocol.
Plan, compare, price, generate, and recover AI video from compatible MCP clients.
MCP server for the Txtcel Solana protocol: agents post and read undeletable on-chain messages.
Operate PagerDuty from your AI agent via MCP.
Operate self-hosted OpenClaw and Hermes agent fleets on Docker or Kubernetes from MCP clients.
Fuzzy search and browse Apple Messages/iMessage from CLI or MCP server
Create and manage Lindo AI websites, pages, blogs, clients, and credits from any MCP client.
Answers built from our own checks of this server.