Home › Development › Kiln
Kiln
Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely.
Topics: Embedded System
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 1.4.1)
uvx kiln3d
Or add to your MCP client config:
{
"mcpServers": {
"kiln": {
"command": "uvx",
"args": [
"kiln3d"
],
"env": {
"KILN_PRINTER_HOST": "<YOUR_VALUE>",
"KILN_PRINTER_API_KEY": "<YOUR_VALUE>",
"KILN_PRINTER_TYPE": "<YOUR_VALUE>"
}
}
}
}
KILN_PRINTER_HOST— URL of your 3D printer (OctoPrint, Moonraker, Creality, or Prusa Link)KILN_PRINTER_API_KEYsecret — API key for your printer's REST APIKILN_PRINTER_TYPE— Printer type: octoprint, moonraker, creality, bambu, prusalink, elegoo, or serial
This server takes extra arguments — see its repository.
Related servers
stack-chan
A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions.
embedded-debugger-mcp
A Model Context Protocol server for embedded debugging with probe-rs - supports ARM Cortex-M, RISC-V debugging via J-Link, ST-Link, and more
esp-mcp
Workflow for fixing build issues in ESP32 series chips using ESP-IDF.
serial-mcp-server
A comprehensive MCP server for serial port communication
gr-mcp
An MCP server for GNU Radio that enables LLMs to autonomously create and modify RF `.grc` flowcharts.
opcua-mcp
An MCP server that connects to OPC UA-enabled industrial systems.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry