Skip to content
Cursor

orcaslicer mcp for Cursor

io.github.maxellis/orcaslicer-mcp

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

client:Cursor transport:stdio runtime:pypi

Install orcaslicer mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

orcaslicer mcp in other clients