adalm2000-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., "@adalm2000-mcpSet AWG ch1 to sine 1kHz, start, then capture scope ch1."
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.
adalm2000-mcp
MCP server for ADALM2000 (M2k) — AWG, scope, and PSU control via FastMCP 3.4.
Tools
Tool | Operations |
|
|
|
|
|
|
|
|
Related MCP server: psu-mcp
Usage
uvx adalm2000-mcp serveopencode config
{
"mcp": {
"adalm2000-mcp": {
"type": "local",
"command": ["uvx", "adalm2000-mcp", "serve"]
}
}
}Generate a signal
// Connect W1 to 1+ with a wire, then:
adalm_awg(operation="configure", channel=1, waveform="sine", frequency=1000, amplitude=1.0)
adalm_awg(operation="start", channel=1)
adalm_scope(operation="capture", channel=1, sample_count=4096)Backends
IIO backend — real hardware via
libiio(iio_readdev/iio_writedev)Mock backend — no hardware needed, generates synthetic waveforms
ADALM_MCP_MOCK=force to force mock mode.
Wiring
AWG output | Scope input |
W1 (pin 1) | 1+ (pin 1) |
W2 (pin 2) | 2+ (pin 2) |
GND | GND |
Publish
git tag v0.2.0
git push --tagsGitHub Actions publishes to PyPI automatically.
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.
Related MCP Servers
- Alicense-qualityCmaintenanceAI-native oscilloscope control. A pure-Python MCP service that lets LLM agents control Keysight EDUX1052G oscilloscopes via a compact DSL.Last updatedMIT
- Flicense-qualityBmaintenanceMCP server for programmable bench power supply control, enabling autonomous bootloader-entry probing via precise power cycling and telemetry.Last updated1
- Alicense-qualityDmaintenanceMCP server for controlling Hantek DSO2D15 and other DSO2000-family oscilloscopes via USB and SCPI, enabling waveform acquisition, measurements, and screen captures.Last updatedMIT
- Flicense-qualityCmaintenanceMCP server for controlling SIGLENT oscilloscopes and signal generators via USBTMC, enabling waveform generation, scope configuration, measurement, and evidence reporting for electronics competitions.Last updated1
Related MCP Connectors
MCP server for fcc-ecfs
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
MCP server for Klever blockchain smart contract development.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/B83C/adalm2000-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server