Server data from the Official MCP Registry
Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely.
Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely.
Kiln is a comprehensive MCP server for 3D printer control with generally sound architecture and appropriate security patterns. The codebase demonstrates good security practices including auth scoping, input validation, and safe credential handling. However, several moderate concerns exist: overly broad exception handling in critical paths, potential for credential exposure in logs, complex authentication fallback logic that could mask misconfigurations, and incomplete input validation in some slicing/generation workflows. Permissions align well with the stated purpose of multi-printer fleet management and model generation. Supply chain analysis found 17 known vulnerabilities in dependencies (0 critical, 6 high severity). Package verification found 1 issue.
4 files analyzed · 26 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: KILN_PRINTER_HOST
Environment variable: KILN_PRINTER_API_KEY
Environment variable: KILN_PRINTER_TYPE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-codeofaxel-kiln": {
"env": {
"KILN_PRINTER_HOST": "your-kiln-printer-host-here",
"KILN_PRINTER_TYPE": "your-kiln-printer-type-here",
"KILN_PRINTER_API_KEY": "your-kiln-printer-api-key-here"
},
"args": [
"kiln3d"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.