yoelbassin/gnuradioMCP
An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts.
Quick Start
Clone the repository:
git clone https://github.com/yoelbassin/gnuradioMCPClaude Desktop configuration example:
{
"mcpServers": {
"gnuradiomcp": {
"command": "npx",
"args": [
"-y",
"yoelbassin/gnuradioMCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.