MCP Directory
Back

eda-agent

by salitronic · Python · ★ 67

Open-source MCP server for Altium Designer. 290+ tools for schematic, PCB, library & project automation over a persistent DelphiScript bridge: design review, audits, SVG render, connectivity-driven auto-placement, panelization, and an autonomous design-plan executor. Apache-2.0.

#ai#altium#altium-designer#claude#delphiscript#eda#electronic-design-automation#mcp#model-context-protocol#pcb

Install

pip install git+https://github.com/salitronic/eda-agent.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "eda-agent": {
      "command": "uvx",
      "args": [
        "git+https://github.com/salitronic/eda-agent.git"
      ]
    }
  }
}

From the README

MCP server that lets an AI (or any MCP-compatible client) **interact with a live Altium Designer session**. It exposes 300+ tools covering schematic, PCB, library, project, and design-agent operations over a persistent DelphiScript bridge. The AI reads the design you currently have open, asks questions about it, and can modify it in place while you watch. > **⚠️ Experimental.** Not all tools are extensively tested. Some can crash the Altium DelphiScript engine. See [Known limitations](#known-limitations) before using on any design you haven't backed up. Claude Code reviewing a buck converter…
Read full README on GitHub →

Related ai & ml servers