- Opentrons API
- Opentrons Flex
- Opentrons OT-2
- Opentrons Protocol Designer
this MCP server uses docs from opentrons/opentrons/docs
MCP clients can be configured to use this server by adding the following to their mcpServers
section:
- Claude Desktop app
- Cursor✅
- VSCode
- Roo Code
- Windsurf
- Warp✅
{
"mcpServers": {
"opentrons": {
"command": "npx",
"args": [
"-y",
"opentrons-mcp-server@latest"
]
}
}
}