Skip to content
Cursor

RepeaterBook for Cursor

io.github.micaeljarniac/repeaterbook

Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode.

client:Cursor transport:stdio runtime:pypi

Install RepeaterBook in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "repeaterbook": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "repeaterbook"
      ],
      "env": {
        "REPEATERBOOK_APP_TOKEN": "<REPEATERBOOK_APP_TOKEN>",
        "REPEATERBOOK_WORKING_DIR": "<REPEATERBOOK_WORKING_DIR>",
        "REPEATERBOOK_APP_CONTACT": "<REPEATERBOOK_APP_CONTACT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

RepeaterBook in other clients