Skip to content
Grok

orcaslicer mcp for Grok

io.github.maxellis/orcaslicer-mcp

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

client:Grok transport:stdio runtime:pypi

Install orcaslicer mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "orcaslicer-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "orcaslicer-mcp"
      ],
      "env": {
        "ORCA_API_TOKEN": "<ORCA_API_TOKEN>",
        "ORCA_API_URL": "<ORCA_API_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

orcaslicer mcp in other clients