ltspice_mcp

BrosnanYuen/ltspice_mcp
★ 0 stars Python 💻 Code/Dev Tools Updated today
LTSpice MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ltspice_mcp": {
      "command": "uvx",
      "args": [
        "ltspice-mcp"
      ]
    }
  }
}

Or install with pip: pip install ltspice-mcp

README Excerpt

Asynchronous MCP server for LTspice + PyLTSpice (`PyLTSpice>=5.5.1`) built with `fastmcp>=3.2.4`. - Exposes exactly 4 MCP tools: `runtime_info`, `execute_status`, `stop_reset`, `execute` - Keeps tool calls non-blocking and immediate (`in progress` response) - Runs operations in per-session FIFO queues

Tools (1)

execute