Universal Netlist MCP Server
Allows AI agents to analyze Altium Designer schematic documents (.SchDoc), enabling natural language-based design reviews and understanding of electrical schematics.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Universal Netlist MCP Serveranalyze the Cadence netlist file for component count"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Universal Netlist MCP Server
The Universal Netlist MCP Server gives AI agents the tools to understand and analyze your electrical schematics, for powerful and comprehensive design reviews through natural conversations.
It is compatible with Cadence, Altium, and KiCad, with plans to integrate more EDAs in the future. It reads your design files directly on macOS, Linux, and Windows, with no Cadence or Altium installation and no EDA license required.
Supported Formats
Format | Input Files | Description |
Cadence (OrCAD / CIS) |
| Reads the binary schematic directly, including selectable CIS BOM design variants |
Altium Designer |
| Altium schematic documents, discovered via |
KiCad |
| Reads a committed |
Universal Netlist Format |
| The open JSON format for netlists |
Related MCP server: KiCad MCP Server
Native Install (Recommended)
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/IntelligentElectron/universal-netlist/main/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/IntelligentElectron/universal-netlist/main/install.ps1 | iexWhy use the native installer:
No dependencies — standalone binary, no Node.js required
Auto-updates — checks for updates on startup
Signed binaries — macOS binaries are notarized by Apple
The installer places the binary in the bin/ folder of:
Platform | Install Directory |
macOS |
|
Linux |
|
Windows |
|
Update
The server checks for updates on startup. To update manually:
universal-netlist updateAlternative: Install via npm
For developers who prefer npm:
npm install -g @intelligentelectron/universal-netlistOr use with npx (no installation required):
npx @intelligentelectron/universal-netlist helpRequires Node.js 20+.
To update:
npm update -g @intelligentelectron/universal-netlistConnect the MCP with your favorite AI tool
After installing the MCP with one of the methods above, you can connect it to your AI agent of choice.
Claude Code and the Claude desktop app
Install the Claude Code CLI, then run:
claude mcp add --scope user universal-netlist -- universal-netlistLocal sessions in the Code tab of the Claude desktop app use the MCP servers Claude Code registers, so the server is available there too.
OpenAI Codex
Install OpenAI Codex, then run:
codex mcp add universal-netlist -- universal-netlistSupported Platforms
Platform | Binary |
macOS (Universal) |
|
Linux (x64) |
|
Linux (ARM64) |
|
Windows (x64) |
|
Observability (OpenTelemetry)
The server can emit OpenTelemetry traces, metrics, and logs for every tool call, so you can integrate your own OTel service and see which tools are used, how long they take, and what fails. It is vendor-neutral and works with any OTLP-compatible backend (an OpenTelemetry Collector, Jaeger, Tempo, Prometheus, Honeycomb, Datadog, a managed cloud tracing service, etc.).
OpenTelemetry is disabled by default with zero overhead, and is enabled and configured entirely through the standard OTEL_* environment variables — no code changes. Separately, the server keeps a local usage log on your disk.
See Observability (OpenTelemetry) for setup, configuration, and the full list of emitted spans, metrics, and logs.
Documentation
See docs/ for API documentation and response schemas, docs/cli.md for the binary's command line, and docs/password-protected-designs.md for OrCAD designs saved with a password.
See CONTRIBUTING.md for development guidelines.
Privacy Policy
The server runs on your machine and sends the author nothing; it keeps a local usage log on your disk. The full policy is PRIVACY.md.
About
Created by Valentino Zegna
This project is hosted on GitHub under the IntelligentElectron organization.
Universal Netlist MCP Server and the universal netlist open standard are original works by Valentino Zegna.
Acknowledgments
The Cadence DSN binary parser is a TypeScript port of OpenOrCadParser by Dominik Wernberger. Their work reverse-engineering the OrCAD binary format made direct schematic parsing possible.
License
Apache License 2.0 - see LICENSE
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for building and testing AI agents with multi-model experimentation and insights.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for creating, modifying, and analyzing KiCAD schematic files using natural language.20MIT
- AlicenseBqualityBmaintenanceAn MCP server that enables AI assistants to analyze schematics, inspect PCBs, trace connections, validate designs, and generate embedded code for KiCad projects.39129MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for AI-powered component generation - analyze designs, generate components, and create implementation instructions.5 npm4MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that gives AI agents end-to-end control of KiCad 9+ for rule checks, manufacturing exports, production-readiness certification, and live PCB editor control.MIT