
Mcp Stl
Enable agents to inspect and edit STL 3D mesh files for printable parts, demos, and hardware-adjacent side projects.
Overview
io.github.daedalus/mcp-stl is an MCP server for the Build phase that lets coding agents edit and work with STL 3D model files over stdio.
What is this MCP server?
- MCP server mcp-stl v0.1.0 on PyPI focused on STL 3D model editing
- Stdio transport for Claude Code, Cursor, and other MCP hosts
- GitHub repository daedalus/mcp-stl with official MCP server schema
- Bridges mesh workflows into agent sessions for makers and 3D-print builders
- Complements CAD/export pipelines without replacing dedicated mesh suites
- Package version 0.1.0 on PyPI identifier mcp-stl
- Stdio transport per MCP 2025-12-11 server schema
- Repository github.com/daedalus/mcp-stl
What problem does it solve?
Mesh edits for 3D-printed parts force you out of the agent when STL changes should ride along with code and docs.
Who is it for?
Indie makers combining software with printable STL assets who already use MCP-enabled agents.
Skip if: Pure web SaaS builders with no 3D pipeline or teams needing full CAD authoring inside the agent.
What do I get? / Deliverables
STL adjustments become MCP tool calls your agent can coordinate with build tasks and export checklists.
- Agent-driven STL edit operations exposed via MCP
- Registered mcp-stl v0.1.0 server configuration
- Mesh iteration without leaving the coding-agent session
Recommended MCP Servers
Journey fit
STL manipulation sits in Build when you are producing physical or visual artifacts, not when you are still validating market fit. Agent-tooling is the canonical shelf for niche file-format MCP servers that extend what your coding agent can touch beyond text code.
How it compares
STL file-format MCP bridge, not a CAD skill or slicer replacement.
Common Questions / FAQ
Who is io.github.daedalus/mcp-stl for?
Solo builders and makers who ship STL-based parts and want Claude Code, Cursor, or Codex to handle STL editing via MCP.
When should I use io.github.daedalus/mcp-stl?
Use it during Build agent-tooling when iterating printable meshes alongside your app or hardware side project.
How do I add io.github.daedalus/mcp-stl to my agent?
Install PyPI package mcp-stl (0.1.0), configure the stdio MCP server entry, and grant access only to STL paths you control.