codeofaxel/Kiln
MCP server that lets AI agents drive real 3D printers end to end — design, slice, queue, monitor via camera, and recover from failures — across Bambu Lab, Creality, Prusa, Elegoo, and more over OctoPrint, Moonraker/Klipper, PrusaLink, and USB. AGPL-3.0, `pip install kiln3d`.
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"Kiln": {
"command": "uvx",
"args": ["Kiln"]
}
}
}Related in Embedded System
stack-chan/stack-chan
A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions.
adancurusul/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
adancurusul/serial-mcp-server
A comprehensive MCP server for serial port communication
catallo/misterclaw
MiSTerClaw — MCP remote control for MiSTer-FPGA. Launch games, search ROMs, take screenshots, manage systems, and set up Tailscale VPN. Auto-discovers 70+ systems with dynamic core/ROM scanning.
ByteAsk/ByteAsk-Embedded-MCP
Page-cited retrieval of embedded/firmware reference docs (datasheets, MCU registers, Modbus/CAN, SCPI, IEEE 1547/SunSpec) for coding agents — returns verbatim source snippets with page citations, or "no confident match" instead of a fabricated value. No signup or API key.
turbyho/fw-context-mcp
Build-aware code intelligence for embedded C/C++ firmware. Indexes your project from compile_commands.json via libclang into SQLite+FTS5. 31 MCP tools for symbol search, call graphs, hotspot analysis, dead code detection, and vector search. For Zephyr, PlatformIO, Mbed OS, Arduino, FreeRTOS.