📦
Opentrons Document MCP Server
MCP server for Opentrons documents
0 installs
Trust: 34 — Low
Content
Ask AI about Opentrons Document MCP Server
Powered by Claude · Grounded in docs
I know everything about Opentrons Document MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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"
]
}
}
}
