ScopeMCP
An MCP server that connects AI assistants to the Owon DS1102 oscilloscope, enabling waveform capture, measurement retrieval, and remote control of scope settings.
README
ScopeMCP — DS1102 Oscilloscope MCP Server
<p align="center"> <img src="resources/images/ScopeMCP_klein.png" alt="ScopeMCP Logo" width="200"> </p>
A Python MCP server that connects the Owon/Abestop DS1102 (Firmware V3.1.0) oscilloscope (Firmware V3.1.0) to AI assistants like Claude via the Model Context Protocol.
Available Tools
Status & Metadata
get_connection_status: Checks connection, model, run status, and timestamp.get_live_metadata: Returns full device metadata (timebase, sample rate, channel/trigger config).get_measurements: Provides frequency, period, scale, probe factor, and coupling for both channels.
Waveform Capture
capture_waveform(channel, max_samples): Captures a single channel (fixed at 1520 hardware samples, software downsampled).capture_dual_waveform(max_samples): Efficiently captures both channels in a single operation.
Voltage conversion formula:
voltage = (raw - OFFSET) / 250.0 * scale_v * probe_factor
Note: The DS1102 always transfers 1520 samples over USB. Downsampling occurs in software.
Vertical & Horizontal Control
set_vertical_scale(channel, scale): e.g., "1V", "500mV".set_channel_coupling(channel, coupling): AC, DC, or GND.set_voltage_offset(channel, offset): Vertical position in Volts.set_horizontal_scale(scale): e.g., "1ms", "500us".
Trigger & Device Control
set_trigger_mode(mode): AUTO, NORMAL, SINGLE.set_trigger_source(source): CH1, CH2.set_trigger_slope(slope): RISE, FALL.set_trigger_level(level_mv): Threshold in millivolts (e.g., 500.0 for 0.5V).set_run_state(state): RUN or STOP.run_autoset(): Performs automatic oscilloscope setup.
Requirements
- Python 3.10+
- libusb backend (on Windows: install via Zadig)
- DS1102 connected via USB
pip install mcp libusb-package pyusb
Setup
Detailed installation instructions can be found in doc/INSTALL.md.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ds1102-scope": {
"command": "python",
"args": ["C:/path/to/ds1102_mcp.py"]
}
}
}
Live Monitor (Grabber)
In addition to the MCP server, this repository includes ds1102_grabber.py. This is a lightweight live oscilloscope frontend (GUI) that allows for a real-time view of both channels directly on your PC.
Features
- Dual-Channel Live View: Simultaneous display of CH1 and CH2.
- Real-Time Synchronization: Automatically adjusts scaling (V/div) and probe factor (1X/10X) when changed on the device.
- Clean Grid Mode: The grid in the grabber perfectly matches the divisions on the hardware oscilloscope (no confusing numerical labels).
- Keyboard Shortcuts: Basic control directly via keyboard (e.g.,
SPACEfor RUN/STOP).
Running the Grabber
Ensure the oscilloscope is connected via USB and dependencies (matplotlib, numpy, pyusb) are installed.
python ds1102_grabber.py
Known Limitations
- Capture speed (~7–10s): The DS1102 always transfers the full 1520-sample buffer over USB. The
:DATA:WAVE:POINTSSCPI command has no effect on transfer size for this firmware. This is a confirmed hardware limitation — seeFINDINGS_USB_Transfer_Limit.md. run_statusnever showsSTOP: The firmware always reportsTRIGin the status field, even when stopped. This is a firmware behavior, not a server bug.- CH2 returns zeros when
DISPLAY: OFF: No signal data is available from a channel that is disabled on the scope.
Protocol Notes (Firmware V3.1.0)
- Every SCPI command is prefixed with a 4-byte little-endian length header.
- Commands must end with
\n(0x0A). - Screen data: 1520 samples × 2 bytes signed 16-bit little-endian = 3040 bytes + 4-byte header.
- Full protocol details: see doc/ds1102_protocol.md.
License
GNU GPLv3
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。