wsjtx mcp for Cursor
io.github.sbrunner-atx/wsjtx-mcp
Operate WSJT-X (FT8/FT4/WSPR) from MCP clients over its UDP message protocol.
client:Cursor
transport:stdio
runtime:pypi
Install wsjtx mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wsjtx-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"wsjtx-mcp"
],
"env": {
"WSJTX_CALLSIGN": "<WSJTX_CALLSIGN>",
"WSJTX_HOST": "<WSJTX_HOST>",
"WSJTX_PORT": "<WSJTX_PORT>",
"WSJTX_MULTICAST": "<WSJTX_MULTICAST>",
"WSJTX_INSTANCE": "<WSJTX_INSTANCE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs