Back to Apps

EDA Agent
Supports UIby salitronic
Professional MCP server for Altium Designer with 290+ tools for schematic, PCB, and project automation.
0 stars
Works in:claude
Exposes:Tools
What it does
Provides a live bridge to Altium Designer, allowing AI agents to interact with active design sessions. It supports deep design reviews, automated component placement, and SPICE simulation setup through a persistent DelphiScript bridge.
Tools
obj_query: Reads properties from schematic or PCB objects with advanced filtering.design_review_snapshot: Bundles project info, BOM, and rules into a single comprehensive review call.pcb_plan_placement: Connectivity-driven auto-placement of components to minimize track length.design_lint_report: Runs 31 audit checks across schematic and PCB for common design errors.sim_run: Dispatches SPICE simulations after auditing part readiness.obj_crossref_net: Detects drift between schematic pins and PCB pads for a specific net.
Installation
Install via pip and register in claude_desktop_config.json:
{
"mcpServers": {
"altium": {
"command": "eda-agent",
"args": []
}
}
}
Note: Requires the Altium_API script project to be running inside Altium Designer.
Supported hosts
Confirmed for Claude Desktop and Claude Code.
Quick install
pip install eda-agentInformation
- Pricing
- free
- Published
- 6/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"altium": {
"command": "eda-agent",
"args": []
}
}
}





