← Back to Plugins
MCP Server MCP

Kiln

github By github 👁 1 views ▲ 0 votes

Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely.

Homepage Verified source GitHub

Install

uvx kiln3d

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "kiln3d",
      "version": "1.4.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "URL of your 3D printer (OctoPrint, Moonraker, Creality, or Prusa Link)",
          "name": "KILN_PRINTER_HOST"
        },
        {
          "description": "API key for your printer's REST API",
          "isSecret": true,
          "name": "KILN_PRINTER_API_KEY"
        },
        {
          "description": "Printer type: octoprint, moonraker, creality, bambu, prusalink, elegoo, or serial",
          "name": "KILN_PRINTER_TYPE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...