Skip to main content
Developer ToolsPython

yoelbassin/gnuradioMCP

An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts.

embedded-systemlocal-serviceembedded
Share:

Quick Start

Clone the repository:

git clone https://github.com/yoelbassin/gnuradioMCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "gnuradiomcp": {
      "command": "npx",
      "args": [
        "-y",
        "yoelbassin/gnuradioMCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
yoelbassin