mcpbeat Sign in

Adif MCP Server

local only

Adif MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 620 installs a week from pypi. Last commit 16 May 2026.

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

Installs per day peak 469 · avg 112 · +10% w/w
a month agotoday
620
Installs / week
pypi · adif-mcp
4
Stars
1 open issues
16 May 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        os.path.join(current_dir, "..", "resources", "spec", version)
    os.system("cls" if os.name == "nt" else "clear")

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add adif-mcp -- uvx adif-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "adif-mcp": {
      "args": [
        "adif-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.adif-mcp]
command = "uvx"
args = ["adif-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "adif-mcp": {
      "args": [
        "adif-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "adif-mcp": {
      "args": [
        "adif-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Adif MCP

same job, measured the same way
Firebase MCP Server
by dasasian

MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.

32 installs/wk local only
Contest MCP
by sbrunner-atx

Log amateur-radio QSOs to N3FJP logging software over its TCP API.

94 installs/wk local only
N3fjp MCP
by sbrunner-atx

Log amateur-radio QSOs to N3FJP logging software over its TCP API.

53 installs/wk local only
Mt5 MCP By Leo
by tradesystemsnique

Full MCP server for MT5: access trades, logs, compilation, etc..

107 installs/wk local only
Sentinel DV
by kiranreddi

MCP tools for UVM/cocotb logs, coverage, regressions, and waveform triage.

78 installs/wk local only
Fldigi MCP
by sbrunner-atx

Control fldigi (amateur-radio digital modes) over XML-RPC: modem, frequency, rig, log, transmit.

83 installs/wk local only
Obsidian MCP Secure
by dewtech-technologies

Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

40 installs/wk local only
Log
by rog0x

Log parse, filter, analyze for AI agents

29 installs/wk local only

Adif MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Adif MCP?
Adif MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package adif-mcp was installed 620 times last week.
How do I connect Adif MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls adif-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Adif MCP?
The pypi package adif-mcp was installed 620 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Adif MCP open source?
We cannot say either way: written in Python, 4 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.