Skip to content
Cursor

lotw mcp for Cursor

io.github.qso-graph/lotw-mcp

ARRL Logbook of The World MCP server. QSO query, QSL status, DXCC credit tracking.

client:Cursor transport:stdio runtime:pypi

Install lotw mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "lotw-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lotw-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

lotw mcp in other clients