3D printer web interface. Monitor prints, control temperature, and manage g-code files.
npx -y @octoprint/mcp-server-octoprint
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"octoprint": {
"command": "npx",
"args": ["-y", "@octoprint/mcp-server-octoprint"]
}
}
}
```
control_deviceread_sensorcreate_automationmonitor_statustrigger_scene3D printer web interface. Monitor prints, control temperature, and manage g-code files.
Language: Python
Category: Smart Home