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