Skip to main content
Glama

Opentrons MCP Server

by yerbymatey

upload_protocol

Securely transfer and execute protocol files on Opentrons robots. Specify robot IP, file path, and optional runtime parameters for precise automation control.

Instructions

Upload a protocol file to an Opentrons robot

Input Schema

NameRequiredDescriptionDefault
file_pathYesPath to protocol file (.py or .json)
keyNoOptional client tracking key (~100 chars)
protocol_kindNostandard
robot_ipYesRobot IP address (e.g., '192.168.1.100')
run_time_parametersNoOptional runtime parameter values

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Path to protocol file (.py or .json)", "type": "string" }, "key": { "description": "Optional client tracking key (~100 chars)", "type": "string" }, "protocol_kind": { "default": "standard", "enum": [ "standard", "quick-transfer" ], "type": "string" }, "robot_ip": { "description": "Robot IP address (e.g., '192.168.1.100')", "type": "string" }, "run_time_parameters": { "description": "Optional runtime parameter values", "type": "object" } }, "required": [ "robot_ip", "file_path" ], "type": "object" }
Install Server

Other Tools from Opentrons MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yerbymatey/opentrons-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server