RepeaterBook
Rank #8,477io.github.MicaelJarniac/repeaterbook
Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode.
RepeaterBook is a Model Context Protocol (MCP) server published by MicaelJarniac. It ranks #8,477 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. RepeaterBook is listed on Official MCP, with 1 tracked version. It was first listed on Aug 26, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 107,114 of 115,591 servers on MCP Toplist.
Use RepeaterBook
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add repeaterbook -e "REPEATERBOOK_APP_TOKEN=<your REPEATERBOOK_APP_TOKEN>" -e "REPEATERBOOK_WORKING_DIR=<your REPEATERBOOK_WORKING_DIR>" -e "REPEATERBOOK_APP_CONTACT=<your REPEATERBOOK_APP_CONTACT>" -- uvx --from "repeaterbook[mcp]" repeaterbook-mcp repeaterbookReplace each placeholder with your own value before saving.
[mcp_servers.repeaterbook]
command = "uvx"
args = ["--from", "repeaterbook[mcp]", "repeaterbook-mcp", "repeaterbook"]
[mcp_servers.repeaterbook.env]
REPEATERBOOK_APP_TOKEN = "<your REPEATERBOOK_APP_TOKEN>"
REPEATERBOOK_WORKING_DIR = "<your REPEATERBOOK_WORKING_DIR>"
REPEATERBOOK_APP_CONTACT = "<your REPEATERBOOK_APP_CONTACT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"repeaterbook": {
"command": "uvx",
"args": [
"--from",
"repeaterbook[mcp]",
"repeaterbook-mcp",
"repeaterbook"
],
"env": {
"REPEATERBOOK_APP_TOKEN": "<your REPEATERBOOK_APP_TOKEN>",
"REPEATERBOOK_WORKING_DIR": "<your REPEATERBOOK_WORKING_DIR>",
"REPEATERBOOK_APP_CONTACT": "<your REPEATERBOOK_APP_CONTACT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"repeaterbook": {
"command": "uvx",
"args": [
"--from",
"repeaterbook[mcp]",
"repeaterbook-mcp",
"repeaterbook"
],
"env": {
"REPEATERBOOK_APP_TOKEN": "<your REPEATERBOOK_APP_TOKEN>",
"REPEATERBOOK_WORKING_DIR": "<your REPEATERBOOK_WORKING_DIR>",
"REPEATERBOOK_APP_CONTACT": "<your REPEATERBOOK_APP_CONTACT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"repeaterbook": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"repeaterbook[mcp]",
"repeaterbook-mcp",
"repeaterbook"
],
"env": {
"REPEATERBOOK_APP_TOKEN": "<your REPEATERBOOK_APP_TOKEN>",
"REPEATERBOOK_WORKING_DIR": "<your REPEATERBOOK_WORKING_DIR>",
"REPEATERBOOK_APP_CONTACT": "<your REPEATERBOOK_APP_CONTACT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"repeaterbook": {
"command": "uvx",
"args": [
"--from",
"repeaterbook[mcp]",
"repeaterbook-mcp",
"repeaterbook"
],
"env": {
"REPEATERBOOK_APP_TOKEN": "<your REPEATERBOOK_APP_TOKEN>",
"REPEATERBOOK_WORKING_DIR": "<your REPEATERBOOK_WORKING_DIR>",
"REPEATERBOOK_APP_CONTACT": "<your REPEATERBOOK_APP_CONTACT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"repeaterbook": {
"command": "uvx",
"args": [
"--from",
"repeaterbook[mcp]",
"repeaterbook-mcp",
"repeaterbook"
],
"env": {
"REPEATERBOOK_APP_TOKEN": "<your REPEATERBOOK_APP_TOKEN>",
"REPEATERBOOK_WORKING_DIR": "<your REPEATERBOOK_WORKING_DIR>",
"REPEATERBOOK_APP_CONTACT": "<your REPEATERBOOK_APP_CONTACT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.MicaelJarniac%2Frepeaterbook)<a href="https://mcptoplist.com/server/io.github.MicaelJarniac%2Frepeaterbook"><img src="https://mcptoplist.com/badge/io.github.MicaelJarniac%2Frepeaterbook.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
MicaelJarniac
Other servers by MicaelJarniac
View all MicaelJarniac servers →Available versions (1)
| Version | Published |
|---|---|
| 0.10.0 | Aug 31, 2026 |
Frequently asked questions
- Who maintains RepeaterBook?
- RepeaterBook is maintained by MicaelJarniac, which publishes 3 MCP servers (9 total versions) tracked on MCP Toplist.
- Is RepeaterBook listed on the Official MCP Registry?
- Yes — RepeaterBook is listed on the Official MCP Registry.
- How many versions does RepeaterBook have?
- MCP Toplist tracks 1 version of RepeaterBook, most recently published on Aug 31, 2026.
- Where can I find the source code for RepeaterBook?
- The source code for RepeaterBook is hosted at github.com/MicaelJarniac/repeaterbook.