Loading MCP server directory, please wait...
Drive a running OrcaSlicer with AI: load models, tune settings, slice, and analyze results
npx @getmcp/cli add io.github.MaxEllis/orcaslicer-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
ORCA_API_TOKENRemote API token from the OrcaSlicer MCP build (Preferences -> Remote API)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.MaxEllis/orcaslicer-mcp": {
"command": "uvx",
"args": [
"orcaslicer-mcp"
],
"env": {
"ORCA_API_TOKEN": "",
"ORCA_API_URL": "http://127.0.0.1:13130"
}
}
}
}