spicemcp

aanas-sayed/spicemcp
★ 0 stars Python 📁 File System Updated today
MCP server for SPICE circuit simulations (via docker-ltspice and docker-ngspice)
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": {
    "spicemcp": {
      "command": "uvx",
      "args": [
        "spicemcp"
      ]
    }
  }
}

Or install with pip: pip install spicemcp

README Excerpt

MCP server for SPICE circuit simulations. Lets LLMs write and simulate SPICE netlists, read structured results, and iterate on designs — without touching raw output files. - Python 3.11+ - [uv](https://docs.astral.sh/uv/) - Docker (for the default simulator backends) ```bash git clone https://github.com/aanas-sayed/spicemcp