hamqth mcp for Cursor
io.github.qso-graph/hamqth-mcp
HamQTH.com MCP server. Free callsign lookup, DX spots, RBN data, SAVP verification.
client:Cursor
transport:stdio
runtime:pypi
Install hamqth mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hamqth-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"hamqth-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs