Skip to main content
Glama

Opentrons MCP Server

by yerbymatey

home_robot

Calibrate robot axes or pipette mounts using the Opentrons MCP Server to ensure precise positioning for lab automation tasks. Specify robot IP, target, and mount for accurate homing.

Instructions

Home robot axes or specific pipette

Input Schema

NameRequiredDescriptionDefault
mountNoWhich mount (required if target is 'pipette')
robot_ipYesRobot IP address
targetNoWhat to homerobot

Input Schema (JSON Schema)

{ "properties": { "mount": { "description": "Which mount (required if target is 'pipette')", "enum": [ "left", "right" ], "type": "string" }, "robot_ip": { "description": "Robot IP address", "type": "string" }, "target": { "default": "robot", "description": "What to home", "enum": [ "robot", "pipette" ], "type": "string" } }, "required": [ "robot_ip" ], "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