spicebridge
by clanker-lover·★ 19·Score 43
MCP server providing AI assistants with direct access to ngspice circuit simulation.
Overview
SPICEBridge is a specialized MCP server that bridges natural language processing with electronic circuit simulation. It provides 28 comprehensive tools covering the entire circuit design workflow, from template loading and component calculation to simulation, measurement, and spec verification. The server supports AC sweep, transient analysis, and DC operating point simulations, along with Monte Carlo and worst-case analysis capabilities. Beyond simulation, it offers features like KiCad export, schematic generation, and a cloud setup wizard for easy deployment.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose SPICEBridge when you need AI assistance for electronic circuit design and simulation, particularly if you want to work with SPICE simulations through natural language.
When NOT to choose this
Don't choose this if you need specialized SPICE variants other than ngspice, or if you require integrated PCB design capabilities beyond schematic generation.
Tools this server exposes
12 tools extracted from the READMEcreate_circuitStore a SPICE netlist, returns a circuit ID
load_templateLoad a template with parameter substitution
run_ac_analysisAC frequency sweep
run_transientTransient (time-domain) analysis
measure_bandwidthFind -3 dB bandwidth from AC results
measure_gainMeasure gain at a specific frequency
compare_specsCheck measurements against target specs
draw_schematicGenerate a schematic diagram (PNG/SVG)
export_kicadExport as KiCad 8 schematic (.kicad_sch)
connect_stagesCompose multiple stages into a single circuit
run_monte_carloMonte Carlo analysis under component tolerances
create_modelGenerate a SPICE .lib model from datasheet parameters
Comparable tools
Installation
Installation
pip install spicebridgeRequirements
- Python 3.10+
- [ngspice](https://ngspice.sourceforge.io/) installed and on PATH
Claude Desktop Configuration
Add to your .mcp.json:
{
"mcpServers": {
"spicebridge": {
"command": "spicebridge"
}
}
}Cloud Deployment
spicebridge setup-cloud # interactive deployment
spicebridge setup-cloud --quick # quick temporary tunnelFAQ
- What SPICE analysis types are supported?
- SPICEBridge supports AC sweep analysis, transient analysis, and DC operating point analysis.
- Can I export designs to KiCad?
- Yes, SPICEBridge includes a `export_kicad` tool that exports designs as KiCad 8 schematic files (.kicad_sch).
On Hacker News
Recent discussion from the developer community.
- Story by clanker-lover · 2026-02-11
Compare spicebridge with
Last updated · Auto-generated from public README + GitHub signals.