trackmcp
Back to directory

MCP server for GNU Radio

19 stars PythonServers & Infrastructure Updated Oct 29, 2025

Documentation

Marconi ๐Ÿค–

code
o)))
        |
    .-------.
    | o   o |
    |   v   |
    '-------'

    Hi! I'm Marco.

LLM-driven RF for Claude Code. Describe what you want on the air and I survey the

spectrum, build and run the receiver, look at the signal, and leave a reproducible

RF project behind โ€” SigMF captures, YAML pipelines, and `.grc` flowgraphs you own.

> Early development โ€” v1.0 is simulation-only (no hardware yet). See `ROADMAP.md`.

> Proviously known as GNURadio/GR-MCP.

Requirements

  • `uv` and Python โ‰ฅ 3.13
  • GNU Radio 3.10+ installed system-wide (conda-forge,

your distro's package manager, or Homebrew) โ€” needed to run pipelines and

simulate. Analyzing existing IQ files doesn't require it.

Install

In Claude Code:

code
/plugin marketplace add yoelbassin/gr-mcp
/plugin install marconi

That's it โ€” `uv` starts the MCP server on first use and loads the skills. Nothing

else to configure.

Use it

Ask in plain language:

> "Simulate an FM station at 100.3 MHz and build me a receiver."

> "Here's a capture, `mystery.wav` โ€” survey what's on the air, then decode the strongest carrier."

I pick the right skill and drive the workflow end to end:

  • survey-spectrum โ€” what's present (PSD, signal detection, spectrogram)
  • simulate-scene โ€” register a simulated device from a description
  • build-receiver โ€” channelize, demodulate, validate, run, verify, save
  • debug-no-signal โ€” locate the fault when a receiver outputs nothing
  • tx-experiment โ€” closed-loop transmit-then-receive in simulation
  • escape-hatch โ€” drop to the Python library when no tool fits

Artifacts land under `artifacts/` in the server's working directory; set

`MARCONI_WORKSPACE` to put them elsewhere.

License

GPL-3.0-or-later.

Frequently asked questions

What is gr-mcp?

gr-mcp is MCP server for GNU Radio

How do I install gr-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is gr-mcp open source?

Yes โ€” it is hosted on GitHub at https://github.com/yoelbassin/gnuradioMCP and has 19 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP