Skip to content
Gemini CLI

wspr mcp for Gemini CLI

io.github.qso-graph/wspr-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install wspr mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "wspr-mcp": {
      "command": "uvx",
      "args": [
        "wspr-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

wspr mcp in other clients