opentrons-document-mcp-server
v0.0.5
Published
Opentrons' MCP document server
Readme
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"
]
}
}
}