lotw mcp for VS Code
io.github.qso-graph/lotw-mcp
ARRL Logbook of The World MCP server. QSO query, QSL status, DXCC credit tracking.
client:VS Code
transport:stdio
runtime:pypi
Install lotw mcp in VS Code
.vscode/mcp.json
{
"servers": {
"lotw-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"lotw-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs