mcpbeat Sign in

EmbeddedCI BenchPod MCP Server

by embeddedci-com Your server? Claim it
local only

EmbeddedCI BenchPod runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Drive a BenchPod hardware-in-the-loop bench: power, flash, UART, I2C, CAN, analog and logic.

Installs / week
pypi · embeddedci-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check EmbeddedCI BenchPod every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add embeddedci-mcp -- uvx embeddedci-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "embeddedci-mcp": {
      "args": [
        "embeddedci-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.embeddedci-mcp]
command = "uvx"
args = ["embeddedci-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "embeddedci-mcp": {
      "args": [
        "embeddedci-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "embeddedci-mcp": {
      "args": [
        "embeddedci-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: BENCHPOD_CONNECTION (Default BenchPod connection when neither --connection nor the connect tool gives one.), BENCHPOD_LA_VOLTAGE (LA I/O voltage (1.8 or 3.3) applied when connecting.), BENCHPOD_API_KEY (embeddedci API key: reach cloud pods (embeddedci:<device>) and the waveform library.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to EmbeddedCI BenchPod

same job, measured the same way
Beckett - MCP for Godot
by beckettlab

MCP server embedded in the Godot 4 editor; drive Godot with AI, zero sidecar.

local only
Site
by co-whatcanidrive

What Can I Drive: the site's own MCP server — checker, enquiry (enquiry = a human handoff, not a...

6 tools answering
KittyClaw
by ekioo

Drive KittyClaw, a self-hosted agent-fleet kanban, from any MCP client (embedded /mcp endpoint).

local only
INSSIST
by inssist

Drive your own logged-in Instagram session via the INSSIST extension: read, publish, DMs, analytics.

81 installs/wk local only
Codabench MCP
by harshitagr

MCP server for the Codabench REST API — drives a full ML-benchmark participant workflow.

75 installs/wk local only
Pocket Drives
by pocketdrives

Peer-to-peer car rental search — luxury, exotic, and EV vehicles with delivery across the US.

9 tools answering
Google Drive MCP
by a1-x-tech

MCP server for the Google Drive API: search, upload, download, organize and share files.

238 installs/wk local only
NAVER MYBOX
by java-jaydev

List, search, download and upload files in a NAVER MYBOX (네이버 마이박스) cloud drive.

local only

EmbeddedCI BenchPod — questions

Answers built from our own checks of this server.

Why is there no uptime for EmbeddedCI BenchPod?
EmbeddedCI BenchPod runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package embeddedci-mcp.
How do I connect EmbeddedCI BenchPod?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls embeddedci-mcp straight from pypi; nothing to host, nothing to sign up for.
Is EmbeddedCI BenchPod open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.