Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Altium Designer MCP
Altium Designer MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:50:07 PM

Altium Designer MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository56 GitHub StarsTotal stargazers on GitHub for the source repository (56 stars).Visit Website

Lets an AI read, write and edit Altium Designer .PcbLib/.SchLib component libraries byte-exactly.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "altium-designer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "altium-designer-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

altium-designer-mcp

CI codecov

Let an AI build your Altium libraries β€” it does the engineering, this tool writes the files.

An MCP server that gives AI assistants (Claude Code, Claude Desktop, Cursor, Antigravity, VS Code Copilot β€” any MCP client) file I/O and primitive-placement tools for Altium Designer .PcbLib (footprint) and .SchLib (symbol) libraries β€” so the AI can create and maintain any component, not just pre-programmed packages.


The Problem

Building Altium component libraries by hand is slow and repetitive β€” every footprint means looking up IPC-7351B pad sizes, courtyards, and silkscreen, then placing each primitive by hand. AI assistants are excellent at exactly that reasoning, but they cannot write Altium's binary .PcbLib/.SchLib files β€” an undocumented OLE compound format that is easy to corrupt, and Altium silently refuses to open a malformed file.

ApproachProblem
Draw every footprint by hand in AltiumSlow and repetitive; the AI can't touch the file
Ask an AI to emit the binary file directlyIt produces a corrupt file Altium won't open
Pre-programmed footprint generatorsOnly the package types someone coded in advance

The Core Idea

The AI handles the intelligence. The tool handles file I/O.

ResponsibilityOwner
IPC-7351B calculationsAI
Package layout decisionsAI
Style choicesAI
Datasheet interpretationAI
Reading/writing Altium filesThis tool
Primitive placementThis tool
STEP model attachmentThis tool

This means the AI can create any footprint β€” not just pre-programmed package types. See docs/VISION.md for the full architectural rationale.


Who Is This For?

Anyone who builds or maintains Altium component libraries and uses an MCP-capable AI assistant. The AI does the engineering (datasheet β†’ dimensions β†’ style); this server lets it read and write the actual .PcbLib / .SchLib files.

If you…Then…
Use Claude Code, Claude Desktop, Cursor, Antigravity, VS Code + Copilot β€” any MCP client β€” and design in Altiumβœ… This is for you
Want pre-baked generators for a fixed set of packages❌ Not this β€” the point is any component
Don't use Altium❌ Not applicable

Quick Start

Client Setup β€” verified configuration for Claude Code, Claude Desktop, Google Antigravity, Cursor, VS Code, GitHub Copilot CLI, Windsurf, Cline, Roo Code, Kiro, JetBrains, Zed, Gemini CLI, Codex CLI, Continue, Goose, OpenCode and any other stdio MCP client, plus troubleshooting β€” on Windows, Linux, and macOS.

Using the server β€” what to ask for once it is connected: example workflows, prompts and tips, identical for every client.


How It Works

text
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  AI-ASSISTED COMPONENT CREATION                                             β”‚
β”‚                                                                             β”‚
β”‚  Engineer                    AI                         MCP Server          β”‚
β”‚    β”‚                         β”‚                              β”‚               β”‚
β”‚    β”‚  "Create 0603 resistor" β”‚                              β”‚               β”‚
β”‚    β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚                              β”‚               β”‚
β”‚    β”‚                         β”‚                              β”‚               β”‚
β”‚    β”‚                         β”‚  AI reasons about:           β”‚               β”‚
β”‚    β”‚                         β”‚  β€’ IPC-7351B pad sizes       β”‚               β”‚
β”‚    β”‚                         β”‚  β€’ Courtyard margins         β”‚               β”‚
β”‚    β”‚                         β”‚  β€’ Silkscreen/symbol style   β”‚               β”‚
β”‚    β”‚                         β”‚                              β”‚               β”‚
β”‚    β”‚                         β”‚  write_pcblib(primitives)    β”‚               β”‚
β”‚    β”‚                         β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚               β”‚
β”‚    β”‚                         β”‚                              β”‚ Writes        β”‚
β”‚    β”‚                         β”‚                              β”‚ .PcbLib +     β”‚
β”‚    β”‚                         β”‚  write_schlib(symbol)        β”‚ .SchLib files β”‚
β”‚    β”‚                         β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚               β”‚
β”‚    β”‚                         │◄──────────────────────────────               β”‚
β”‚    β”‚                         β”‚  { status: "success" }       β”‚               β”‚
β”‚    β”‚                         β”‚                              β”‚               β”‚
β”‚    β”‚  "Done! Footprint       β”‚                              β”‚               β”‚
β”‚    β”‚   and symbol created"   β”‚                              β”‚               β”‚
β”‚    │◄─────────────────────────                              β”‚               β”‚
β”‚                                                                             β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

MCP Tools

The server exposes 34 tools, working on both .PcbLib (footprints) and .SchLib (symbols). Every tool's full parameters and examples live in docs/TOOLS.md β€” this is the categorised overview.

Read & write

ToolPurpose
read_pcblibRead footprints from a .PcbLib.
write_pcblibWrite footprints to a .PcbLib.
read_schlibRead symbols from a .SchLib.
write_schlibWrite symbols to a .SchLib.

Inspect & visualise

ToolPurpose
list_componentsList component names (paginated).
get_componentGet one component's full data.
search_componentsSearch across libraries by regex/glob.
component_existsCheck whether components exist.
render_footprintASCII-art preview of a footprint.
render_symbolASCII-art preview of a symbol.
extract_styleExtract styling from an existing library.

Compare

ToolPurpose
diff_librariesCompare two library files.
compare_componentsDiff two specific components.

Edit in place

ToolPurpose
update_componentUpdate a component, preserving its position.
update_padUpdate one pad's properties.
update_primitiveUpdate one primitive (track/arc/text/fill/region).
batch_updateBatch updates across all components.
reorder_componentsReorder components in a library.
manage_schlib_parametersList/get/set/remove SchLib parameters.
manage_schlib_footprintsManage footprint links in SchLib symbols.

Manage components

ToolPurpose
delete_componentDelete one or more components.
copy_componentDuplicate a component within a library.
rename_componentRename a component (atomic).
copy_component_cross_libraryCopy a component to another library.
bulk_renamePattern-based multi-rename.

Library operations

ToolPurpose
merge_librariesMerge multiple libraries into one.
write_libpkgWrite a .LibPkg project grouping libraries for IntLib compilation.
export_libraryExport to JSON/CSV.
import_libraryImport from JSON (inverse of export).
validate_libraryValidate for common issues.
repair_libraryRemove orphaned data.
extract_step_modelExtract embedded STEP 3D models.

Backups & safety

ToolPurpose
list_backupsList automatic backups.
restore_backupRestore from a backup.

Primitive Types

Footprint Primitives (PcbLib)

PrimitiveDescription
PadSMD or through-hole pad with designator, position, size, shape, layer (see Pad Shapes below)
ViaVertical interconnect with layer span, hole size, and thermal relief
TrackLine segment on any layer (silkscreen, assembly, etc.)
ArcArc or circle on any layer
RegionFilled polygon (courtyard, copper pour)
TextText string with font, size, position, layer
FillFilled rectangle on any layer
ComponentBody3D model reference (embedded STEP models)

Pad Shapes and Pin 1 Indicator

The shape property on pads controls the copper shape. Use this to indicate pin 1:

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    πŸ’» Developer Tools0 views
    Compare vs Tldraw β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • T
    Telnyx

    Official TypeScript library for the Telnyx API

    πŸ’» Developer Tools0 views
    Compare vs Telnyx β†’
  • Metabase logoMetabase

    Lets AI clients search, explore, query, and visualize data in a Metabase instance.

    πŸ’» Developer Tools0 views
    Compare vs Metabase β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Altium Designer MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "altium-designer-mcp": { "command": "npx", "args": ["-y", "altium-designer-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAltium Designer MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/altium-designer-mcp?style=directory)](https://allmcps.com/mcp/altium-designer-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/altium-designer-mcp"><img src="https://allmcps.com/api/badge/altium-designer-mcp?style=directory" alt="Altium Designer MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars56
GitHub Star CountTotal stargazers on GitHub representing community popularity (56 stars).
33Quality signal: Emerging Β· 33/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Altium Designer MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code