dwf-mcp-server

KenosInc/dwf-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated today
An MCP server that provides LLM-driven control of the Digilent Analog Discovery 3 via the WaveForms SDK. Enables AI assistants to capture oscilloscope waveforms, generate signals, perform logic analysis, and interact with mixed-signal test instruments programmatically.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dwf-mcp-server": {
      "command": "uvx",
      "args": [
        "dwf-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install dwf-mcp-server

Topics

analog-discoverydigilentlogic-analyzeroscilloscopeprotocol-analyzerwaveform-generatorwaveforms