MCP Sigrok runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from pypi. Last commit 18 Apr 2026.
MCP server exposing sigrok-cli functionality for logic analyzer hardware and protocol decoding
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.
claude mcp add mcp-sigrok -- uvx mcp-sigrok
{
"mcpServers": {
"mcp-sigrok": {
"args": [
"mcp-sigrok"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-sigrok]
command = "uvx"
args = ["mcp-sigrok"]
{
"mcpServers": {
"mcp-sigrok": {
"args": [
"mcp-sigrok"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-sigrok": {
"args": [
"mcp-sigrok"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.