mcpbeat Sign in

Lotw MCP Server

local only

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

ARRL Logbook of The World MCP server. QSO query, QSL status, DXCC credit tracking.

Installs per day peak 53 · avg 16 · -37% w/w
a month agotoday
87
Installs / week
pypi · lotw-mcp
1
Stars
0 open issues
16 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Lotw MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 lotw-mcp -- uvx lotw-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lotw-mcp": {
      "args": [
        "lotw-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lotw-mcp]
command = "uvx"
args = ["lotw-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "lotw-mcp": {
      "args": [
        "lotw-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lotw-mcp": {
      "args": [
        "lotw-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Lotw MCP

same job, measured the same way
Keeping MCP
by red-square-software

MCP server for the Keeping time-tracking API

31 installs/wk local only
MCP Registry MCP Server
by wei

MCP server for querying the official MCP registry.

33 installs/wk local only
Qrz MCP
by qso-graph

QRZ.com MCP server. Callsign lookup, DXCC resolution, logbook queries via QRZ XML API.

102 installs/wk local only
MCP Server R Counter
by guanqun-yang

A MCP Server Counting Number of r's for a Given Query

64 installs/wk local only
Cronometer API MCP
by rwestergren

MCP server for Cronometer nutrition tracking — food logs, diary, macros, fasting

519 installs/wk local only
Iota MCP
by qso-graph

Islands on the Air MCP server. Group lookup, island search, DXCC mapping, nearby groups.

61 installs/wk local only
MCP Ip2whois
by ip2whois

WHOIS domain MCP server that query the WHOIS information using IP2WHOIS API.

55 installs/wk local only
Calltouch MCP
by theyahia

MCP server for Calltouch API — call tracking, call statistics. Token auth.

42 installs/wk local only

Lotw MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Lotw MCP?
Lotw 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 lotw-mcp was installed 87 times last week.
How do I connect Lotw 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 lotw-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Lotw MCP?
The pypi package lotw-mcp was installed 87 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lotw MCP open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.