Adif MCP
Rank #26,281io.github.qso-graph/adif-mcp
MCP server providing adif-mcp capabilities
Adif MCP is a Model Context Protocol (MCP) server published by qso-graph. It ranks #26,281 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Adif MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Aug 26, 2025 and most recently updated on Mar 6, 2026.
Ranks ahead of 89,310 of 115,591 servers on MCP Toplist.
Use Adif MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add adif-mcp -- uvx adif-mcp[mcp_servers.adif-mcp]
command = "uvx"
args = ["adif-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"adif-mcp": {
"command": "uvx",
"args": [
"adif-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"adif-mcp": {
"command": "uvx",
"args": [
"adif-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"adif-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"adif-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"adif-mcp": {
"command": "uvx",
"args": [
"adif-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"adif-mcp": {
"command": "uvx",
"args": [
"adif-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%2Fadif-mcp)<a href="https://mcptoplist.com/server/io.github.qso-graph%2Fadif-mcp"><img src="https://mcptoplist.com/badge/io.github.qso-graph%2Fadif-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
qso-graph
Other servers by qso-graph
- Qrz MCP#33,968 · 2 vers
- Solar MCP#33,969 · 2 vers
- Eqsl MCP#44,343 · 2 vers
- Hamqth MCP#44,344 · 2 vers
- Ionis MCP#44,345 · 2 vers
- Lotw MCP#44,346 · 2 vers
- Pota MCP#44,347 · 2 vers
- Qsp MCP#44,348 · 2 vers
- Sota MCP#44,349 · 2 vers
- Wspr MCP#44,350 · 2 vers
- Iota MCP#53,513 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.9.3 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Adif MCP?
- Adif MCP is maintained by qso-graph, which publishes 15 MCP servers (23 total versions) tracked on MCP Toplist.
- Is Adif MCP listed on the Official MCP Registry?
- Yes — Adif MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Adif MCP have?
- MCP Toplist tracks 2 versions of Adif MCP, most recently published on Mar 6, 2026.
- Where can I find the source code for Adif MCP?
- The source code for Adif MCP is hosted at github.com/qso-graph/adif-mcp.