https://github.com/mccartykim/goose_fm
MVP of an MCP server that lets ai assistants tune into fm stations
https://github.com/mccartykim/goose_fm
Last synced: 5 months ago
JSON representation
MVP of an MCP server that lets ai assistants tune into fm stations
- Host: GitHub
- URL: https://github.com/mccartykim/goose_fm
- Owner: mccartykim
- Created: 2025-02-11T05:15:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T05:18:21.000Z (9 months ago)
- Last Synced: 2025-02-11T06:24:40.760Z (9 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- toolsdk-mcp-registry - ❌ goose-fm-radio - SDR hardware to enable FM radio tuning, playback control, and audio analysis for smart home and voice-controlled applications. (python) (Embedded System / How to Submit)
- toolsdk-mcp-registry - ❌ goose-fm-radio - SDR hardware to enable FM radio tuning, playback control, and audio analysis for smart home and voice-controlled applications. (python) (Embedded System)
README
# Goose FM
A simple demonstration of how MCP servers work for a tech talk at work!
With an rtl-sdr dongle and an antenna, your AI assistant can tune into radio stations and play them via your speakers.
## Usage
The command to run this stdio server:
```
nix run github:mccartykim/goose_fm
```
To add to Claude desktop:
```
"GooseFM": {
"command": "nix",
"args": [
"run",
"github:mccartykim/goose_fm",
]
}
```
Known issues: Nix flake doesn't seem to properly encapsulate sox and rtl_fm in their scope... yet