mcp-printable

AaronGoldsmith/mcp-printable
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server for AI-driven 3D modeling and print validation (FDM-focused). Agent-agnostic; works with any MCP client.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-printable": {
      "command": "uvx",
      "args": [
        "mcp-printable"
      ]
    }
  }
}

Or install with pip: pip install mcp-printable