RepeaterBook for Cline
io.github.micaeljarniac/repeaterbook
Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode.
client:Cline
transport:stdio
runtime:pypi
Install RepeaterBook in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"repeaterbook": {
"command": "uvx",
"args": [
"repeaterbook"
],
"env": {
"REPEATERBOOK_APP_TOKEN": "<REPEATERBOOK_APP_TOKEN>",
"REPEATERBOOK_WORKING_DIR": "<REPEATERBOOK_WORKING_DIR>",
"REPEATERBOOK_APP_CONTACT": "<REPEATERBOOK_APP_CONTACT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs