Skip to content
Gemini CLI

microcap mcp for Gemini CLI

io.github.monoxide-xen/microcap-mcp

Simulate, generate and draw analog circuits in Micro-Cap 12: SPICE analyses, sweeps and schematics

client:Gemini CLI transport:stdio runtime:pypi

Install microcap mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "microcap-mcp": {
      "command": "uvx",
      "args": [
        "microcap-mcp"
      ],
      "env": {
        "MICROCAP_HOME": "<MICROCAP_HOME>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

microcap mcp in other clients