Kiln
Rank #781io.github.codeofaxel/kiln
Open-source MCP server that lets AI agents control 3D printers. 353 tools for OctoPrint, Moonraker, Bambu Lab, Prusa Link, and Elegoo — search model marketplaces, generate 3D models from text, slice STL files, queue prints, monitor with camera vision, and manage multi-printer fleets. Install via pip install kiln3d.
Kiln is a Model Context Protocol (MCP) server published by codeofaxel. It ranks #781 of 58,832 servers tracked on MCP Toplist, and its repository has 18 GitHub stars. Kiln is listed across 2 registries — Official MCP and Glama, with 15 tracked versions. It was first listed on Feb 20, 2026 and most recently updated on May 17, 2026.
Ranks ahead of 58,051 of 58,832 servers on MCP Toplist.
Use Kiln
Add Kiln to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"kiln": {
"command": "uvx",
"args": [
"kiln3d"
],
"env": {
"KILN_PRINTER_HOST": "<your KILN_PRINTER_HOST>",
"KILN_PRINTER_API_KEY": "<your KILN_PRINTER_API_KEY>",
"KILN_PRINTER_TYPE": "<your KILN_PRINTER_TYPE>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (1 delisted)
codeofaxel
Available versions (15)
| Version | Published |
|---|---|
| 1.1.2 | May 17, 2026 |
| 1.1.1 | May 13, 2026 |
| 1.1.0 | May 6, 2026 |
| 1.0.0 | Apr 29, 2026 |
| 0.5.0 | Mar 21, 2026 |
| 0.4.2 | Mar 19, 2026 |
| 0.4.1 | Mar 13, 2026 |
| 0.4.0 | Mar 10, 2026 |
| 0.3.3 | Mar 9, 2026 |
| 0.3.2 | Mar 6, 2026 |
| 0.3.1 | Mar 5, 2026 |
| 0.3.0 | Mar 4, 2026 |
| 0.2.2 | Mar 4, 2026 |
| 0.2.1 | Feb 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Kiln?
- Open-source MCP server that lets AI agents control 3D printers. 353 tools for OctoPrint, Moonraker, Bambu Lab, Prusa Link, and Elegoo — search model marketplaces, generate 3D models from text, slice STL files, queue prints, monitor with camera vision, and manage multi-printer fleets. Install via pip install kiln3d.
- Who maintains Kiln?
- Kiln is maintained by codeofaxel, which publishes 2 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Kiln an official MCP server?
- Yes — Kiln is listed on the Official MCP Registry, alongside Glama.
- How many versions does Kiln have?
- MCP Toplist tracks 15 versions of Kiln, most recently published on May 17, 2026.
- Where can I find the source code for Kiln?
- The source code for Kiln is hosted at github.com/codeofaxel/Kiln.