octoeverywhere-mcp.md

OctoEverywhere 3D Printing

UI App
from"octoeverywhere"
680

3D printing MCP for querying live state and webcam snapshots from printers

IoT & Hardware
3D printingOctoPrintwebcamlive state
install.sh
# Clone the repository
$git clone https://github.com/octoeverywhere/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve