OctoEverywhere/mcp
#️⃣ ☁️ - A 3D printer MCP server that allows for getting live printer state, webcam snapshots, and printer control.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: OctoEverywhere/mcp Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-octoeverywhere-mcp
Detailed Documentation
#️⃣ ☁️ - A 3D printer MCP server that allows for getting live printer state, webcam snapshots, and printer control.
Configuration
{
"mcpServers": {
"octoeverywhere-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-octoeverywhere-mcp"
],
"env": {}
}
}
}