adif mcp for Cursor
io.github.qso-graph/adif-mcp
ADIF 3.1.6 parser and validator for amateur radio QSO logs. Full spec coverage.
client:Cursor
transport:stdio
runtime:pypi
Install adif mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"adif-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"adif-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs