altium-mcp
10
Altium MCP Server is an MCP interface that enables automation and interaction with Altium Designer projects using Python. It offers tools for managing PCB designs, creating symbols, and running output jobs, aiming to streamline electronics design workflows. The project has been primarily tested on Windows platforms.
What is the Altium MCP Server?
The Altium MCP Server is a protocol server that allows interaction with Altium Designer through Python, enabling automation and programmatic control of PCB designs.
What platforms is the Altium MCP Server tested on?
The server is currently tested only on Windows, with hardcoded paths for Altium scripts.
How does the server communicate with Altium Designer?
The server uses a scripting bridge, writing command requests to a JSON file, which Altium processes and responds to, allowing for seamless integration.