Digilent WaveForms MCP Server
Rank #25,618io.github.KenosInc/dwf-mcp-server
MCP server for Digilent WaveForms instruments (oscilloscope, AWG, logic analyzer).
Digilent WaveForms MCP Server is a Model Context Protocol (MCP) server published by kenosinc. It ranks #25,618 of 132,113 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Digilent WaveForms MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Feb 25, 2026 and most recently updated on May 9, 2026.
Ranks ahead of 106,495 of 132,113 servers on MCP Toplist.
Use Digilent WaveForms MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dwf-mcp-server -- docker run -i --rm ghcr.io/kenosinc/dwf-mcp-server:0.2.1[mcp_servers.dwf-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/kenosinc/dwf-mcp-server:0.2.1"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dwf-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kenosinc/dwf-mcp-server:0.2.1"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dwf-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kenosinc/dwf-mcp-server:0.2.1"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dwf-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kenosinc/dwf-mcp-server:0.2.1"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dwf-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kenosinc/dwf-mcp-server:0.2.1"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dwf-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kenosinc/dwf-mcp-server:0.2.1"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.KenosInc%2Fdwf-mcp-server)<a href="https://mcptoplist.com/server/io.github.KenosInc%2Fdwf-mcp-server"><img src="https://mcptoplist.com/badge/io.github.KenosInc%2Fdwf-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kenosinc
Other servers by kenosinc
View all kenosinc servers →Available versions (4)
| Version | Published |
|---|---|
| 0.2.1 | May 9, 2026 |
| 0.2.0 | May 9, 2026 |
| 0.1.1 | Mar 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Digilent WaveForms MCP Server?
- Digilent WaveForms MCP Server is maintained by kenosinc, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Digilent WaveForms MCP Server listed on the Official MCP Registry?
- Yes — Digilent WaveForms MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Digilent WaveForms MCP Server have?
- MCP Toplist tracks 4 versions of Digilent WaveForms MCP Server, most recently published on May 9, 2026.
- Where can I find the source code for Digilent WaveForms MCP Server?
- The source code for Digilent WaveForms MCP Server is hosted at github.com/kenosinc/dwf-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.