Skip to main content

MCP server for running ngspice simulations via spicelib

Project description

spicelib-mcp

A thin MCP server that wraps spicelib for circuit simulation. The heavy lifting, such as simulator invocation, .raw file parsing, and multi-simulator abstraction, is done by spicelib, which deserves most of the credit. This project is purely a transport layer that exposes spicelib's functionality as MCP tools for use with Claude Code (and other coding agents).

Primary use case: behavioral model fitting — run simulations, compare against real measurements, iterate on SPICE models.

Tools

  • run_ac_analysis — AC frequency sweep, returns magnitude/phase data
  • run_transient — transient simulation, returns time-domain waveforms
  • run_dc_op — DC operating point analysis
  • run_sweep — run multiple simulations in parallel, sweeping component values

Results are saved as .npz files alongside the netlist for further analysis and plotting.

Supported simulators

Simulator SPICE_SIMULATOR value Install
ngspice ngspice (default) sudo apt install ngspice
LTspice ltspice Download from Analog Devices
Qspice qspice Download from Qorvo

Set the SPICE_PATH environment variable to override the simulator binary location.

Setup

Copy .mcp.json.template to .mcp.json in your project directory and adjust SPICE_SIMULATOR if needed:

{
  "mcpServers": {
    "spicelib": {
      "type": "stdio",
      "command": "uvx",
      "args": ["spicelib-mcp"],
      "env": {
        "SPICE_SIMULATOR": "ngspice"
      }
    }
  }
}

Requirements

  • Python 3.10+
  • A supported simulator installed and on PATH

License

GPL-3.0-or-later

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spicelib_mcp-0.1.5.tar.gz (136.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

spicelib_mcp-0.1.5-py3-none-any.whl (19.7 kB view details)

Uploaded Python 3

File details

Details for the file spicelib_mcp-0.1.5.tar.gz.

File metadata

  • Download URL: spicelib_mcp-0.1.5.tar.gz
  • Upload date:
  • Size: 136.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for spicelib_mcp-0.1.5.tar.gz
Algorithm Hash digest
SHA256 20ba789614dbc0205ccc87c14f92555b782a39c9e2567f71a3e33eef7da0713a
MD5 603842b1de2877e9e9d240cb7279fcf8
BLAKE2b-256 d24a42dc2b08f8044f71fcef631b62ace44c833c662592af4ee7aa693961035d

See more details on using hashes here.

Provenance

The following attestation bundles were made for spicelib_mcp-0.1.5.tar.gz:

Publisher: release.yml on lucasgerads/spicelib-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spicelib_mcp-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: spicelib_mcp-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 19.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for spicelib_mcp-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 3df59ebad545d4d6afda9e82b4d7867817932e47d5266f07cfe39c0ca002211e
MD5 783d37736f7fce1f2187132a1538bfa6
BLAKE2b-256 b1db18f394198028c17b4e455cf6f0b713f62c6c8a5078568c7123f6ed924236

See more details on using hashes here.

Provenance

The following attestation bundles were made for spicelib_mcp-0.1.5-py3-none-any.whl:

Publisher: release.yml on lucasgerads/spicelib-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page