OpenLabAI

nygmeta/OpenLabAI
★ 0 stars Python AI/LLM Updated today
Natural language AI agents for lab robot control: no coding required. MCP servers for Opentrons OT-2, Hamilton, Cellario workcells, and Beckman Biomek. Built for wet lab scientists.
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": {
    "openlabai": {
      "command": "uvx",
      "args": [
        "openlabai"
      ]
    }
  }
}

Or install with pip: pip install openlabai

README Excerpt

**Natural language agents for lab robot control, built on the Model Context Protocol.** OpenLabAI exposes liquid handling instruments to an LLM agent as a small set of structured tools, so a scientist can describe a protocol in plain English and get a reviewable protocol file back. It does not give the agent raw hardware access,