Kiln
Rank #310io.github.codeofaxel/kiln
Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely.
Kiln is a Model Context Protocol (MCP) server published by codeofaxel. It ranks #310 of 115,460 servers tracked on MCP Toplist, and its repository has 51 GitHub stars. Kiln is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 20 tracked versions. It was first listed on Feb 10, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 115,150 of 115,460 servers on MCP Toplist.
Use Kiln
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add kiln -e "KILN_PRINTER_HOST=<your KILN_PRINTER_HOST>" -e "KILN_PRINTER_API_KEY=<your KILN_PRINTER_API_KEY>" -e "KILN_PRINTER_TYPE=<your KILN_PRINTER_TYPE>" -- uvx kiln3d serveReplace each placeholder with your own value before saving.
[mcp_servers.kiln]
command = "uvx"
args = ["kiln3d", "serve"]
[mcp_servers.kiln.env]
KILN_PRINTER_HOST = "<your KILN_PRINTER_HOST>"
KILN_PRINTER_API_KEY = "<your KILN_PRINTER_API_KEY>"
KILN_PRINTER_TYPE = "<your KILN_PRINTER_TYPE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kiln": {
"command": "uvx",
"args": [
"kiln3d",
"serve"
],
"env": {
"KILN_PRINTER_HOST": "<your KILN_PRINTER_HOST>",
"KILN_PRINTER_API_KEY": "<your KILN_PRINTER_API_KEY>",
"KILN_PRINTER_TYPE": "<your KILN_PRINTER_TYPE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kiln": {
"command": "uvx",
"args": [
"kiln3d",
"serve"
],
"env": {
"KILN_PRINTER_HOST": "<your KILN_PRINTER_HOST>",
"KILN_PRINTER_API_KEY": "<your KILN_PRINTER_API_KEY>",
"KILN_PRINTER_TYPE": "<your KILN_PRINTER_TYPE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kiln": {
"type": "stdio",
"command": "uvx",
"args": [
"kiln3d",
"serve"
],
"env": {
"KILN_PRINTER_HOST": "<your KILN_PRINTER_HOST>",
"KILN_PRINTER_API_KEY": "<your KILN_PRINTER_API_KEY>",
"KILN_PRINTER_TYPE": "<your KILN_PRINTER_TYPE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kiln": {
"command": "uvx",
"args": [
"kiln3d",
"serve"
],
"env": {
"KILN_PRINTER_HOST": "<your KILN_PRINTER_HOST>",
"KILN_PRINTER_API_KEY": "<your KILN_PRINTER_API_KEY>",
"KILN_PRINTER_TYPE": "<your KILN_PRINTER_TYPE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kiln": {
"command": "uvx",
"args": [
"kiln3d",
"serve"
],
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.codeofaxel%2Fkiln)<a href="https://mcptoplist.com/server/io.github.codeofaxel%2Fkiln"><img src="https://mcptoplist.com/badge/io.github.codeofaxel%2Fkiln.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
codeofaxel
Available versions (20)
| Version | Published |
|---|---|
| 1.4.1 | Aug 19, 2026 |
| 1.4.0 | Aug 15, 2026 |
| 1.3.2 | Aug 1, 2026 |
| 1.3.1 | Jul 31, 2026 |
| 1.3.0 | Jul 29, 2026 |
| 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
- Who maintains Kiln?
- Kiln is maintained by codeofaxel, which publishes 1 MCP server (20 total versions) tracked on MCP Toplist.
- Is Kiln listed on the Official MCP Registry?
- Yes — Kiln is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Kiln have?
- MCP Toplist tracks 20 versions of Kiln, most recently published on Aug 19, 2026.
- Where can I find the source code for Kiln?
- The source code for Kiln is hosted at github.com/codeofaxel/kiln.