LTspice MCP

LTspice MCP

This MCP server enables agents to control LTspice on macOS for running simulations, generating schematics, extracting data, and automating verification workflows.

Category
访问服务器

README

LTspice MCP for macOS

💡 User Note & SOP Context: This document serves as a personal Standard Operating Procedure (SOP) to streamline my own mental workflow and automation setup. No source code in this repository has been altered. Full credit for the engineering, logic, and core architecture belongs entirely to the original developers and the upstream projects credited below.

Model Context Protocol (MCP) server that enables agents and MCP clients to control LTspice on macOS for simulation, schematic generation, data extraction, verification, and rendering.

This project supports practical automation with reliable execution, reproducible artifacts, and outputs that closely match native LTspice behavior.

Credited to:


What You Can Do

  • Run LTspice simulations via MCP (simulateNetlistFile, runSimulation, queue tools).
  • Generate and refine schematics (createSchematic*, lint/clean/debug tools).
  • Render authentic LTspice images for schematics, plots, and symbols.
  • Query RAW vectors and derive analysis metrics (bandwidth, margins, rise/fall times, settling time).
  • Automate .meas statements and assertion-driven verification workflows.
  • Execute stepped and Monte Carlo studies with structured result outputs.

Quick Start

1. Prerequisites

  • macOS with LTspice installed (default path: /Applications/LTspice.app).
  • Python 3.11 or higher.
  • uv (recommended) or pip.

2. Installation

uv sync

For pip:

python3 -m venv .venv
source .venv/bin/activate
pip install -e .

3. Start the MCP Daemon

./scripts/ltspice_mcp_daemon.sh start
./scripts/ltspice_mcp_daemon.sh status

Default endpoint: http://127.0.0.1:8765/mcp

4. Grant macOS Permissions (One-Time)

./scripts/ltspice_mcp_daemon.sh trigger-initial-permissions
./scripts/ltspice_mcp_daemon.sh check-accessibility

Claude Desktop Integration

The architecture uses Anthropic’s Model Context Protocol (MCP). Claude can actively call remote tools on your local machine via Server-Sent Events (SSE).

Configuration File

Edit the global configuration:

open -e ~/Library/Application\ Support/Claude/claude_desktop_config.json

Merge or replace the mcpServers section:

{
  "mcpServers": {
    "ltspice-mcp": {
      "command": "/opt/homebrew/bin/npx",
      "args": ["-y", "mcp-remote", "http://127.0.0.1:8765/mcp"]
    }
  }
}

Operating Instructions

Step 1: Start the Local Daemon
Before using Claude:

./scripts/ltspice_mcp_daemon.sh stop
./scripts/ltspice_mcp_daemon.sh start

Verify the process is listening on http://127.0.0.1:8765/mcp.

Step 2: Prompting Claude
Restart Claude Desktop (Cmd + Q). Confirm the plug/hammer icon appears. Use intent-driven prompts such as:

  • AC Analysis:
    “Please use the local ltspice-mcp tool. Locate rc_lowpass_ac.asc in my common circuits directory. Run the AC sweep and extract a uniform decade-spaced subsample of the complex out-node vector data.”

  • Transient Analysis:
    “Using component definitions from the prior AC analysis (tau ≈ 0.1 ms), generate a transient netlist for a step response from 0 to 1 ms. Run headlessly and return the interpolated output voltages.”

Step 3: Shut Down

./scripts/ltspice_mcp_daemon.sh stop

Client Configuration

URL-Based MCP Clients

[mcp_servers.ltspice]
url = "http://127.0.0.1:8765/mcp"
enabled = true

Claude Desktop (mcp-remote)

See the JSON configuration above.

Stdio (Subprocess) Mode

{
  "mcpServers": {
    "ltspice-mcp": {
      "command": "ltspice-mcp",
      "args": ["--transport", "stdio"],
      "cwd": "/absolute/path/to/ltspice-mcp"
    }
  }
}

Core Capabilities

Setup and Diagnostics

  • getLtspiceStatus, getLtspiceUiStatus
  • daemonDoctor, tailDaemonLog, getRecentErrors, getCaptureHealth

Simulation and Queueing

  • simulateNetlist, simulateNetlistFile, runSimulation
  • queueSimulationJob, listJobs, jobStatus, cancelJob, listJobHistory

Schematic Workflows

  • createSchematic, createSchematicFromNetlist, createSchematicFromTemplate
  • validateSchematic, lintSchematic, autoDebugSchematic
  • inspectSchematicVisualQuality, autoCleanSchematicLayout

Data, Measurements, and Verification

  • getPlotNames, getVectorsInfo, getVectorData, getLocalExtrema
  • getBandwidth, getGainPhaseMargin, getRiseFallTime, getSettlingTime
  • parseMeasResults, runMeasAutomation, runVerificationPlan, runSweepStudy

Native LTspice Rendering

  • renderLtspiceSchematicImage
  • renderLtspicePlotImage, renderLtspicePlotPresetImage
  • renderLtspiceSymbolImage
  • startLtspiceRenderSession, endLtspiceRenderSession

Daemon Operations

./scripts/ltspice_mcp_daemon.sh start
./scripts/ltspice_mcp_daemon.sh restart
./scripts/ltspice_mcp_daemon.sh stop
./scripts/ltspice_mcp_daemon.sh status
./scripts/ltspice_mcp_daemon.sh logs --lines 200
./scripts/ltspice_mcp_daemon.sh logs --follow

Permission helpers:

./scripts/ltspice_mcp_daemon.sh trigger-screen-recording-permission
./scripts/ltspice_mcp_daemon.sh trigger-accessibility-permission

Acknowledgments & Architecture Credits

This automation matrix adapts underlying client-server abstraction layers and local operating system hooks from public framework builds.

  • Core Application Engine: Heavily extends and builds upon the native macOS tooling layout pioneered by xuio/ltspice-mcp. Special recognition to the original architecture for enabling ScreenCaptureKit hooks and automated multi-window script handlers.
  • Protocol Core: Driven by the Anthropic Model Context Protocol (MCP) leveraging mcp-remote serialization bridges.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选