PluginBench
MCP Server

io.github.qso-graph/wspr-mcp MCP Server

io.github.qso-graph/wspr-mcp

What is the io.github.qso-graph/wspr-mcp MCP server?

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

How to install io.github.qso-graph/wspr-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wspr-mcp": {
      "command": "uvx",
      "args": [
        "wspr-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "wspr-mcp": {
      "command": "uvx",
      "args": [
        "wspr-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "wspr-mcp": {
      "command": "uvx",
      "args": [
        "wspr-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "wspr-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wspr-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add wspr-mcp -- uvx wspr-mcp

Related MCP servers

ADIF 3.1.6 parser and validator for amateur radio QSO logs. Full spec coverage.

View repository →

eQSL.cc MCP server. Inbox download, QSO verification, Authenticity Guaranteed status.

View repository →

HamQTH.com MCP server. Free callsign lookup, DX spots, RBN data, SAVP verification.

View repository →

HF propagation analytics. 175M WSPR/RBN signatures, band openings, solar correlation.

View repository →

Islands on the Air MCP server. Group lookup, island search, DXCC mapping, nearby groups.

View repository →

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

View repository →