Skip to content
VS Code

wspr mcp for VS Code

io.github.qso-graph/wspr-mcp

WSPR beacon analytics MCP server. Band openings, path analysis, solar correlation.

client:VS Code transport:stdio runtime:pypi

Install wspr mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "wspr-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wspr-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

wspr mcp in other clients