dso2d15-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dso2d15-mcpMeasure Vpp and frequency on channel 1."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dso2d15-mcp
A Model Context Protocol (MCP) server for the Hantek DSO2D15 (and other DSO2000-family scopes) using USB and SCPI over PyVISA (pyvisa-py backend by default).
Official SCPI reference: DSO2000 Series SCPI Programmer’s Manual (PDF).
Waveform acquisition follows the same PRIVate:WAVeform:DATA:ALL? flow used in community tooling (hantek-dso2000).
Requirements
Python 3.10+
USB connection to the scope (rear USB device port)
OS support for USB-TMC via PyVISA:
Linux: often works with
usbcore/usbtmckernel driver or libusb stack used bypyvisa-pymacOS: install includes
pyusbsopyvisa-pycan enumerate USB-TMC. If discovery still fails, try NI-VISA andDSO2D15_VISA_BACKEND=@ni.
DSO2D15 USB IDs (matches VISA USB0::1183::20574::…): Vendor 0x049F (1183), Product 0x505E (20574). Example serial: CN5546029098237 → resource like USB0::1183::20574::CN5546029098237::0::INSTR.
If opening the instrument fails with usb.core.USBError: … Access denied (insufficient permissions) on macOS, pyvisa-py cannot claim the USB-TMC interface via libusb. Install NI-VISA, set DSO2D15_VISA_BACKEND=@ni, and use the NI resource string, or fix libusb access for that device (vendor docs / system USB policy).
Related MCP server: rigol-mcp
Install
cd dso2d15-mcp
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e .Run the server (stdio transport for Cursor/Claude Desktop):
dso2d15-mcp
# or
python -m dso2d15_mcp.serverEnvironment variables
Variable | Purpose |
| Full VISA resource string, e.g. |
| Pattern for auto-pick when |
| VISA read timeout in ms (default |
| PyVISA resource manager string (default |
| Directory for BMP/SVG files from |
Cursor MCP configuration
Add to your MCP settings (adjust the path):
{
"mcpServers": {
"dso2d15": {
"command": "/absolute/path/to/dso2d15-mcp/.venv/bin/dso2d15-mcp",
"env": {
"DSO2D15_VISA": "USB0::...your resource...::INSTR"
}
}
}
}Tools
Tool | Description |
| List VISA resources ( |
| List resources matching |
|
|
| Send a SCPI command with no query response |
| ASCII query (responses that are not binary blocks) |
| Binary/block responses (returns length + base64 preview) |
| High-level waveform JSON via |
| Automatic Vpp and frequency via |
| Vpp + freq, optional BMP screen grab (best-effort), and SVG waveform plot path |
Use dso2d15_scpi_query for interactive exploration (examples: *IDN?, :CHANnel1:SCALe?, :TIMebase:MAIN:SCALe?). Refer to the Hantek PDF for the full command set.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dcmcshan/dso2d15-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server