Back to MCP Servers
GnuradioMCP
An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts.
embedded-systemllm
By yoelbassin
Installation
npx -y gnuradioMCPConfiguration
{
"mcpServers": {
"gnuradioMCP": {
"command": "npx",
"args": ["-y", "gnuradioMCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes