Skip to content
Grok

adif mcp for Grok

io.github.qso-graph/adif-mcp

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

client:Grok transport:stdio runtime:pypi

Install adif mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "adif-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "adif-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

adif mcp in other clients