benchtop-mcp

fc0web/benchtop-mcp
★ 0 stars Python AI/LLM Updated 2d ago
MCP server for controlling serial-connected measurement devices from AI (Claude etc). Mock device built-in — works without hardware. Python + MCP 2.0+.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "benchtop-mcp": {
      "command": "uvx",
      "args": [
        "benchtop-mcp"
      ]
    }
  }
}

Or install with pip: pip install benchtop-mcp

README Excerpt

シリアル接続された計測装置・回路を、AI エージェント(Claude など)から直接操作・記録・解析するための MCP サーバーです。 **実機がなくても動きます。** 内蔵の仮想装置(`port="mock"`)があるので、ハードを繋ぐ前に全機能を試せます。 **Version**: 0.3.0 (2026-08-17) — **★ major: audit log hash chain 追加** (Rei-Automator STEP 1340 primitive port)。 全 tool 呼び出しが `~/.benchtop-mcp/audit/audit.jsonl` に append-only JSONL + sha256 prev-hash chain で 記録され、 新 tool `verify_audit_chain` で 改竄検出可能。 chat-Claude 2026-08-17 arc 「証跡が価値になる領域」 (ISO/IEC 17025 校正 / GMP 医薬品製造記録 / 監査対応) 用途。 session store (`~/.benchtop-mcp/

Tools (6)

analyze_sessionexport_session_csvlist_portslist_sessionsmeasuresend_command