mcp-server

placraftic/mcp-server
★ 0 stars TypeScript AI/LLM Updated 2d ago
Model Context Protocol (MCP) server for Placraftic. Connect Claude, Cursor, and AI agents to manage 3D printer fleets, slice models, track orders, and automate shipping.
View on GitHub → 🔍 Audit Wallet Slippage →

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-server": {
      "command": "npx",
      "args": [
        "-y",
        "placraftic/mcp-server"
      ]
    }
  }
}