contest-mcp
About
Log amateur-radio QSOs to N3FJP logging software over its TCP API.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
N3FJP_HOST N3FJP_PORT N3FJP_TIMEOUT N3FJP_ALLOW_DB_WIPEClaude Code
claude mcp add --env N3FJP_HOST= --env N3FJP_PORT= --env N3FJP_TIMEOUT= --env N3FJP_ALLOW_DB_WIPE= contest-mcp -- uvx contest-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"contest-mcp","command":"uvx","args":["contest-mcp"],"env":{"N3FJP_HOST":"","N3FJP_PORT":"","N3FJP_TIMEOUT":"","N3FJP_ALLOW_DB_WIPE":""}}'
JSON
{
"mcpServers": {
"contest-mcp": {
"command": "uvx",
"args": [
"contest-mcp"
],
"env": {
"N3FJP_HOST": "",
"N3FJP_PORT": "",
"N3FJP_TIMEOUT": "",
"N3FJP_ALLOW_DB_WIPE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.