Loading MCP server directory, please wait...
Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode.
npx @getmcp/cli add io.github.MicaelJarniac/repeaterbookRequires Python 3.10+. Community-contributed server. Review source before installing.
REPEATERBOOK_APP_TOKENPer-user RepeaterBook 'rbuapp_' API token. Required: every export needs an approved token, and the server refuses to start without it. No application registration needed - log in to your RepeaterBook account, open https://www.repeaterbook.com/user/api_apps.php, find 'RepeaterBook Python Client' (App #114), and generate a token for it.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.MicaelJarniac/repeaterbook": {
"command": "uvx",
"args": [
"repeaterbook[mcp]",
"repeaterbook-mcp",
"repeaterbook"
],
"env": {
"REPEATERBOOK_APP_TOKEN": "",
"REPEATERBOOK_WORKING_DIR": ".",
"REPEATERBOOK_APP_CONTACT": ""
}
}
}
}