Aspicio MCP Server

DXF drawings for AI agents: structured facts, PNG renders, and an interactive in-chat viewer.

Remote serverstreamable-httpTypeScript

What is the Aspicio MCP server?

If you already use Aspicio, the aspicio mcp server is the piece that lets your assistant work with it directly. DXF drawings for AI agents: structured facts, PNG renders, and an interactive in-chat viewer.

What the server does

Aspicio Drawing understanding for people, applications, and AI agents — DXF and vector PDF. Aspicio (Latin: "I look at")

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Codex — the same repo doubles as a Codex marketplace:
  • Surface — Local files
  • Package — Description
  • React — The same embed with idiomatic props and a ref exposing the full viewer, via @aspicio/react:
  • Svelte — The same components as raw Svelte 5 source with typed callback props, via @aspicio/svelte:

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

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. Aspicio's toolset — Codex, Surface, Package and 2 more — is a fair guide to whether it matches your workflow. It is maintained by frontsail-ai; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Codexthe same repo doubles as a Codex marketplace:
SurfaceLocal files
PackageDescription
ReactThe same embed with idiomatic props and a ref exposing the full viewer, via [@aspicio/react](packages/react):
SvelteThe same components as raw Svelte 5 source with typed callback props, via [@aspicio/svelte](packages/svelte):

How to install the Aspicio MCP server

{
  "mcpServers": {
    "aspicio": {
      "command": "npx",
      "args": ["-y", "@aspicio/mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Aspicio to Codex.
  • Use Aspicio to Surface.
  • Use Aspicio to Package.

Frequently asked questions

It connects Aspicio to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Codex, Surface, Package, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Aspicio directly.