Odel
orcaslicer mcp

orcaslicer mcp

Local
@maxellis42PythonAGPL-3.0Updated Today

Work a running OrcaSlicer with AI: slice, tune, and understand what each setting costs

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIorcaslicer-mcpv0.1.10

Run

uvx orcaslicer-mcp

MCP client config

{
  "mcpServers": {
    "orcaslicer-mcp": {
      "command": "uvx",
      "args": [
        "orcaslicer-mcp"
      ]
    }
  }
}