opentrons文档mcp服务器
支持
- Opentrons API 的
- Opentrons Flex
- Opentrons OT-2
- Opentrons协议设计器
此MCP服务器使用来自的文档 opentrons/opentrons/文档
如何使用
通过将以下内容添加到MCP客户端,可以将MCP客户端配置为使用此服务器 mcpServers 章节:
- 克劳德桌面应用程序
- 光标✅
- VSCode
- Roo代码
- 帆板运动
- 曲速✅
{
"mcpServers": {
"opentrons": {
"command": "npx",
"args": [
"-y",
"opentrons-mcp-server@latest"
]
}
}
}