Wspr MCP
Rank #43,653io.github.qso-graph/wspr-mcp
MCP server providing wspr-mcp capabilities
Wspr MCP is a Model Context Protocol (MCP) server published by qso-graph. It ranks #43,653 of 115,460 servers tracked on MCP Toplist. Wspr MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Mar 6, 2026.
Ranks ahead of 71,807 of 115,460 servers on MCP Toplist.
Use Wspr MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add wspr-mcp -- uvx wspr-mcp[mcp_servers.wspr-mcp]
command = "uvx"
args = ["wspr-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"wspr-mcp": {
"command": "uvx",
"args": [
"wspr-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"wspr-mcp": {
"command": "uvx",
"args": [
"wspr-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"wspr-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"wspr-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"wspr-mcp": {
"command": "uvx",
"args": [
"wspr-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"wspr-mcp": {
"command": "uvx",
"args": [
"wspr-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.qso-graph%2Fwspr-mcp)<a href="https://mcptoplist.com/server/io.github.qso-graph%2Fwspr-mcp"><img src="https://mcptoplist.com/badge/io.github.qso-graph%2Fwspr-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
qso-graph
Other servers by qso-graph
- Adif MCP#25,694 · 2 vers
- Qrz MCP#33,956 · 2 vers
- Solar MCP#33,957 · 2 vers
- Eqsl MCP#43,646 · 2 vers
- Hamqth MCP#43,647 · 2 vers
- Ionis MCP#43,648 · 2 vers
- Lotw MCP#43,649 · 2 vers
- Pota MCP#43,650 · 2 vers
- Qsp MCP#43,651 · 2 vers
- Sota MCP#43,652 · 2 vers
- Iota MCP#52,304 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Wspr MCP?
- Wspr MCP is maintained by qso-graph, which publishes 15 MCP servers (23 total versions) tracked on MCP Toplist.
- Is Wspr MCP listed on the Official MCP Registry?
- Yes — Wspr MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Wspr MCP have?
- MCP Toplist tracks 2 versions of Wspr MCP, most recently published on Mar 6, 2026.
- Where can I find the source code for Wspr MCP?
- The source code for Wspr MCP is hosted at github.com/qso-graph/wspr-mcp.