AiSpire MCP Server

MCP Server and Plugin for Vectric Aspire/V-Carve

Local serverstdioPython

What is the AiSpire MCP server?

MCP Server and Plugin for Vectric Aspire/V-Carve. Exposed over MCP by the aispire mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

AiSpire is an intelligent interface for Vectric Aspire and V-Carve CAD/CAM software that enables AI-powered design and machining capabilities.

AiSpire consists of two primary components: 1. Lua Gadget - A plugin for Vectric Aspire/V-Carve that runs inside the CAD/CAM environment 2. Python MCP Server - A server implementing the Model Context Protocol for LLM integration

  • Execute arbitrary Lua code inside Vectric software
  • Create and manipulate vector paths programmatically
  • Import and modify 3D models
  • Draw vector shapes and text
  • Optimize vector nesting for material utilization
  • Generate and calculate toolpaths for CNC machining

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Configuration

  • Vectric Aspire or V-Carve software - Lua 5.3+ with LuaSocket library - Python 3.8+ with required packages (see requirements.txt once available) - Access to an LLM supporting the Model Context Protocol

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by CompewterTutor; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the aispire mcp server does with a few real requests.

Configuration

  • Vectric Aspire or V-Carve software - Lua 5.3+ with LuaSocket library - Python 3.8+ with required packages (see requirements.txt once available) - Access to an LLM supporting the Model Context Protocol

Frequently asked questions

AiSpire provides a direct LLM interface to Vectric Aspire and V-Carve via the Model Context Protocol, allowing AI to execute CAD/CAM operations inside the software through a Lua plugin and socket-based communication.