waveform-mcp

jiegec/waveform-mcp
★ 28 stars Rust 📁 File System Updated 13d ago
MCP server to read waveform files
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": {
    "waveform-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "waveform-mcp"
      ]
    }
  }
}