Repeater Book MCP Server

Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode. It runs locally over stdio via the published package.

People who work with ham radio, repeater and repeaterbook and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-10 · ★ 3 · #65 OF 66 MAINTAINED MAPS & LOCATION · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Repeater Book

Claude Code

claude mcp add micaeljarniac-repeaterbook -- uvx repeaterbook

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "micaeljarniac-repeaterbook": {
      "command": "uvx",
      "args": [
        "repeaterbook"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package repeaterbook - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.MicaelJarniac is GitHub-verified and matches the repo owner

03 · What Repeater Book can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.13.0 · 2026-09-10

v0.13.0 (2026-09-10) · _This release is published under the MIT License._ · Add clear_local_data to wipe the local store and response cache · --- · Detailed Changes: v0.12.1...v0.13.0

v0.12.1 · 2026-09-10

v0.12.1 (2026-09-10) · _This release is published under the MIT License._ · csv_export: Store blank DMR Color Code and tone cells as None · --- · Detailed Changes: v0.12.0...v0.12.1

v0.12.0 · 2026-09-09

v0.12.0 (2026-09-09) · _This release is published under the MIT License._ · Refactoring · Share RepeaterBook's boolean vocabulary between JSON and CSV ingest · Csv_export.YES is removed, and services.BOOL_MAP has moved…

04 · Who maintains Repeater Book

RepeaterBook is maintained by micaeljarniac. It's the only MCP server we track from this author; the repo dates to Mar 2025.

05 · Facts

category
maps & location - ranked #65 of 66 actively-maintained maps & location servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-10)
registry
io.github.MicaelJarniac/repeaterbook (active, first published 2026-08-31 · 11 versions)
packages
pypi:repeaterbook

06 · Repeater Book FAQ

What is Repeater Book?

Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode. It runs locally over stdio via the published package.

Is Repeater Book still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-10 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Repeater Book?

Run `uvx repeaterbook`. You can also paste the ready-made client config above.

Does Repeater Book run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Repeater Book