Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Gr Mcp

    MCP server for GNU Radio

    19 stars
    Python
    Updated Oct 29, 2025

    Table of Contents

    • What It Provides
    • Requirements
    • Installation
    • Run with an MCP Client
    • Development
    • Project Status

    Table of Contents

    • What It Provides
    • Requirements
    • Installation
    • Run with an MCP Client
    • Development
    • Project Status

    Documentation

    GNU Radio MCP Server (gr-mcp)

    Python Version

    Trust Score

    gr-mcp is an MCP server that exposes GNU Radio flowgraph operations as tools for AI assistants and automation clients. It is built on FastMCP and designed for programmatic SDR workflow generation, editing, validation, and export.

    What It Provides

    • Discovery of available GNU Radio blocks
    • Programmatic block creation and removal
    • Block parameter read/write operations
    • Connection and disconnection between blocks
    • Flowgraph validation and error inspection
    • Flowgraph persistence to .grc

    Requirements

    • Python >=3.13
    • GNU Radio installed and available to Python (tested with GNU Radio Companion 3.10.12.0)
    • [uv](https://docs.astral.sh/uv/)

    Installation

    1. Clone the repository:

    bash
    git clone https://github.com/yoelbassin/gr-mcp
    cd gr-mcp

    2. Install GNU Radio if it is not already installed:

    • GNU Radio installation guide

    3. Create a virtual environment that can see system GNU Radio packages:

    bash
    uv venv --system-site-packages

    The --system-site-packages flag is required because GNU Radio is commonly installed as a system-level Python package.

    Run with an MCP Client

    Add gr-mcp to your MCP client configuration (for example, Cursor or Claude Desktop):

    json
    {
      "mcpServers": {
        "gr-mcp": {
          "command": "uv",
          "args": [
            "--directory",
            "/path/to/gr-mcp",
            "run",
            "main.py"
          ]
        }
      }
    }

    Development

    Install development dependencies and run tests:

    bash
    pip install -e ".[dev]"
    pytest

    Project Status

    This project is under active development. Core functionality is available, and interfaces may evolve as the server matures.

    Similar MCP

    Based on tags & features

    • PE

      Personalizationmcp

      Python·
      12
    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25
    • GG

      Gget Mcp

      Python·
      17

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • PE

      Personalizationmcp

      Python·
      12
    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25
    • GG

      Gget Mcp

      Python·
      17

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k