Wsjtx MCP Server
Rank #12,612io.github.sbrunner-atx/wsjtx-mcp
Operate WSJT-X (FT8/FT4/WSPR) from MCP clients over its UDP message protocol.
Wsjtx MCP Server is a Model Context Protocol (MCP) server published by sbrunner-atx. It ranks #12,612 of 132,405 servers tracked on MCP Toplist. Wsjtx MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jun 27, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 119,793 of 132,405 servers on MCP Toplist.
Use Wsjtx MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add wsjtx-mcp -e "WSJTX_CALLSIGN=<your WSJTX_CALLSIGN>" -e "WSJTX_HOST=<your WSJTX_HOST>" -e "WSJTX_PORT=<your WSJTX_PORT>" -e "WSJTX_MULTICAST=<your WSJTX_MULTICAST>" -e "WSJTX_INSTANCE=<your WSJTX_INSTANCE>" -- uvx wsjtx-mcpReplace each placeholder with your own value before saving.
[mcp_servers.wsjtx-mcp]
command = "uvx"
args = ["wsjtx-mcp"]
[mcp_servers.wsjtx-mcp.env]
WSJTX_CALLSIGN = "<your WSJTX_CALLSIGN>"
WSJTX_HOST = "<your WSJTX_HOST>"
WSJTX_PORT = "<your WSJTX_PORT>"
WSJTX_MULTICAST = "<your WSJTX_MULTICAST>"
WSJTX_INSTANCE = "<your WSJTX_INSTANCE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wsjtx-mcp": {
"command": "uvx",
"args": [
"wsjtx-mcp"
],
"env": {
"WSJTX_CALLSIGN": "<your WSJTX_CALLSIGN>",
"WSJTX_HOST": "<your WSJTX_HOST>",
"WSJTX_PORT": "<your WSJTX_PORT>",
"WSJTX_MULTICAST": "<your WSJTX_MULTICAST>",
"WSJTX_INSTANCE": "<your WSJTX_INSTANCE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wsjtx-mcp": {
"command": "uvx",
"args": [
"wsjtx-mcp"
],
"env": {
"WSJTX_CALLSIGN": "<your WSJTX_CALLSIGN>",
"WSJTX_HOST": "<your WSJTX_HOST>",
"WSJTX_PORT": "<your WSJTX_PORT>",
"WSJTX_MULTICAST": "<your WSJTX_MULTICAST>",
"WSJTX_INSTANCE": "<your WSJTX_INSTANCE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"wsjtx-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"wsjtx-mcp"
],
"env": {
"WSJTX_CALLSIGN": "<your WSJTX_CALLSIGN>",
"WSJTX_HOST": "<your WSJTX_HOST>",
"WSJTX_PORT": "<your WSJTX_PORT>",
"WSJTX_MULTICAST": "<your WSJTX_MULTICAST>",
"WSJTX_INSTANCE": "<your WSJTX_INSTANCE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wsjtx-mcp": {
"command": "uvx",
"args": [
"wsjtx-mcp"
],
"env": {
"WSJTX_CALLSIGN": "<your WSJTX_CALLSIGN>",
"WSJTX_HOST": "<your WSJTX_HOST>",
"WSJTX_PORT": "<your WSJTX_PORT>",
"WSJTX_MULTICAST": "<your WSJTX_MULTICAST>",
"WSJTX_INSTANCE": "<your WSJTX_INSTANCE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wsjtx-mcp": {
"command": "uvx",
"args": [
"wsjtx-mcp"
],
"env": {
"WSJTX_CALLSIGN": "<your WSJTX_CALLSIGN>",
"WSJTX_HOST": "<your WSJTX_HOST>",
"WSJTX_PORT": "<your WSJTX_PORT>",
"WSJTX_MULTICAST": "<your WSJTX_MULTICAST>",
"WSJTX_INSTANCE": "<your WSJTX_INSTANCE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sbrunner-atx%2Fwsjtx-mcp)<a href="https://mcptoplist.com/server/io.github.sbrunner-atx%2Fwsjtx-mcp"><img src="https://mcptoplist.com/badge/io.github.sbrunner-atx%2Fwsjtx-mcp.svg" alt="MCP Toplist: Top 10% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
sbrunner-atx
Other servers by sbrunner-atx
- fldigi-mcp#6,405 · 10 vers
- Serial Console MCP: AI for telecom equipment and any serial device#9,706 · 5 vers
- contest-mcp#10,968 · 5 vers
Available versions (4)
| Version | Published |
|---|---|
| 0.1.3 | Sep 9, 2026 |
| 0.1.2 | Jun 27, 2026 |
| 0.1.1 | Jun 27, 2026 |
| 0.1.0 | Jun 27, 2026 |
Frequently asked questions
- Who maintains Wsjtx MCP Server?
- Wsjtx MCP Server is maintained by sbrunner-atx, which publishes 4 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Wsjtx MCP Server listed on the Official MCP Registry?
- Yes — Wsjtx MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Wsjtx MCP Server have?
- MCP Toplist tracks 4 versions of Wsjtx MCP Server, most recently published on Sep 9, 2026.
- Where can I find the source code for Wsjtx MCP Server?
- The source code for Wsjtx MCP Server is hosted at github.com/sbrunner-atx/wsjtx-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.