mcpbeat Sign in

Rigol DHO824 Oscilloscope MCP Server

local only

Rigol DHO824 Oscilloscope runs on your own machine — the client starts it, so there is no endpoint to ping. 160 installs a week from pypi. Last commit 3 Nov 2025.

Control and query Rigol DHO824 oscilloscope for waveform capture and measurements

Installs per day peak 87 · avg 20 · -17% w/w
a month agotoday
160
Installs / week
pypi · rigol-dho824-mcp
3
Stars
0 open issues
3 Nov 2025
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Rigol DHO824 Oscilloscope every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rigol-dho824-mcp -- uvx rigol-dho824-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rigol-dho824-mcp": {
      "args": [
        "rigol-dho824-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rigol-dho824-mcp]
command = "uvx"
args = ["rigol-dho824-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rigol-dho824-mcp": {
      "args": [
        "rigol-dho824-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rigol-dho824-mcp": {
      "args": [
        "rigol-dho824-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RIGOL_RESOURCE (VISA resource string for connecting to the oscilloscope (e.g., 'TCPIP0::192.168.1.100::inst0::INSTR').), VISA_TIMEOUT (Communication timeout in milliseconds), RIGOL_BEEPER_ENABLED (Enable or disable oscilloscope beeper sounds). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Rigol DHO824 Oscilloscope

same job, measured the same way
Digilent WaveForms MCP Server
by kenosinc

MCP server for Digilent WaveForms instruments (oscilloscope, AWG, logic analyzer).

local only
Datris
by datris

The data control plane for AI agents — acquire, validate, land, and query data over MCP.

3 352 installs/wk local only
Qc Validator
by mdfifty50-boop

Output quality control and validation for AI agents

36 installs/wk local only
SimplyPrint: 3D Print Farm Management
by simplyprint

3D print farm management for AI. Monitor, queue, and control prints on your SimplyPrint account.

75 tools answering
Melt MCP Server
by omer907

Melt: value-leak discovery and lead capture for Claude, Cursor, and MCP-compatible agents.

87 installs/wk local only
sigrok MCP Server
by kenosinc

Wraps sigrok-cli for signal analysis: capture data, decode protocols, and query instruments.

local only
Cofferline
by cofferline

Treasury and risk controls for agent wallets: policies, quotes, prediction-market orders.

47 tools answering
Retain So
by retain-so

Model Context Protocol server for Retain: let AI agents query churn risk and act on retention.

32 installs/wk local only

Rigol DHO824 Oscilloscope — questions

Answers built from our own checks of this server.

Why is there no uptime for Rigol DHO824 Oscilloscope?
Rigol DHO824 Oscilloscope runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package rigol-dho824-mcp was installed 160 times last week.
How do I connect Rigol DHO824 Oscilloscope?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rigol-dho824-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Rigol DHO824 Oscilloscope?
The pypi package rigol-dho824-mcp was installed 160 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rigol DHO824 Oscilloscope open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.