Submit

3D Printer MCP From OctoEverywhere

@OctoEverywhere

A free, community 3D printing MCP server that allows for getting live printer state, webcam snapshots, and printer control.

Tools

Server Config

{
  "mcpServers": {
    "octoeverywhere-claude": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://octoeverywhere.com/api/mcp",
        "--header",
        "Authorization: Bearer ${AUTH_TOKEN}"
      ],
      "env": {
        "AUTH_TOKEN": "<Your Access Token>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.