Skip to main content
Art & CultureC#

OctoEverywhere/mcp

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

art-culturecloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/OctoEverywhere/mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "octoeverywhere-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "OctoEverywhere/mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Art & Culture
Language
C#
Author
OctoEverywhere