mcpbeat Sign in

Wsjtx MCP Server

local only

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.

Installs per day peak 18 · avg 9 · -26% w/w
a month agotoday
55
Installs / week
pypi · wsjtx-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add wsjtx-mcp -- uvx wsjtx-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wsjtx-mcp": {
      "args": [
        "wsjtx-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wsjtx-mcp]
command = "uvx"
args = ["wsjtx-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "wsjtx-mcp": {
      "args": [
        "wsjtx-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Wsjtx MCP

same job, measured the same way
OpenAI Image
by mindstone

OpenAI image generation MCP server for Model Context Protocol hosts

346 installs/wk local only
Cursor Delegate
by andreilungeanu

Bridge AI coding hosts to cursor-agent over the Agent Client Protocol.

181 installs/wk local only
MaxVideoAI
by maxvideoai

Plan, compare, price, generate, and recover AI video from compatible MCP clients.

answering
Txtcel
by txtcel

MCP server for the Txtcel Solana protocol: agents post and read undeletable on-chain messages.

62 installs/wk local only
PagerDuty MCP
by servosity

Operate PagerDuty from your AI agent via MCP.

local only
Nora
by solomon2773

Operate self-hosted OpenClaw and Hermes agent fleets on Docker or Kubernetes from MCP clients.

50 installs/wk local only
Messages
by cardmagic

Fuzzy search and browse Apple Messages/iMessage from CLI or MCP server

42 installs/wk local only
Lindo AI
by lindoai

Create and manage Lindo AI websites, pages, blogs, clients, and credits from any MCP client.

46 installs/wk answering

Wsjtx MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Wsjtx MCP?
Wsjtx MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package wsjtx-mcp was installed 55 times last week.
How do I connect Wsjtx MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls wsjtx-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Wsjtx MCP?
The pypi package wsjtx-mcp was installed 55 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wsjtx MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.