koji/opentrons-document-mcp-server
3.2
If you are the rightful owner of opentrons-document-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The model context protocol server is a crucial component for managing and executing protocols in laboratory automation systems, particularly those developed by Opentrons.
opentrons-document-mcp-server
support
- Opentrons API
- Opentrons Flex
- Opentrons OT-2
- Opentrons Protocol Designer
this MCP server uses docs from opentrons/opentrons/docs
how to use
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"
]
}
}
}