mcpbeat Sign in

Multisim MCP Server

by yxy050208 Your server? Claim it
local only

Multisim MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 208 installs a week from pypi. Last commit 23 Aug 2026.

Generate Multisim circuits, run simulations, export data, and create experiment reports.

Installs per day peak 672 · avg 91 · -54% w/w
a month agotoday
208
Installs / week
pypi · multisim-mcp
5
Stars
0 open issues
23 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] multisim_mcp/__init__.py:1, [пакет] multisim_mcp/__main__.py:1, [пакет] multisim_mcp/cli.py:1 и ещё 31
этот файл ставится пользователю, но в репозитории его нет
Runs an external command mcp_server/multisim_mcp/com_worker_client.py:159, mcp_server/multisim_mcp/job_engine.py:633, mcp_server/multisim_mcp/multisim_client.py:716 и ещё 4
            process = subprocess.Popen(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add multisim-mcp -- uvx multisim-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "multisim-mcp": {
      "args": [
        "multisim-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.multisim-mcp]
command = "uvx"
args = ["multisim-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "multisim-mcp": {
      "args": [
        "multisim-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "multisim-mcp": {
      "args": [
        "multisim-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Multisim MCP

same job, measured the same way
clariBI
by claribi

AI business intelligence: sign up, ingest data, run analyses, generate reports from any MCP client.

26 tools answering
Ga4
by mharnett

Google Analytics 4 MCP: reports, realtime data, custom dimensions, data streams.

174 installs/wk local only
MCP Real Estate Server
by rogiervdbrnk

Dutch real estate data with KRK Makelaars report generation.

local only
Blitz Wings
by scheur

AI presentation and report generation: slides, diagrams, PPTX export, live preview MCP App.

answering
Re:port Flow MCP
by re-port-flow

Generate PDF reports from Re:port Flow templates via Claude and other AI agents.

67 installs/wk 10 tools answering
PDFCrowd PDF Export
by pdfcrowd

Create polished, professional PDFs from a single prompt. Documentation, reports, charts, and more.

53 installs/wk local only
TMTB Marketing AI Platform
by tmtb

AI marketing skills for e-commerce brands: reports, campaign management, and creative generation.

answering
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only

Multisim MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Multisim MCP?
Multisim MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package multisim-mcp was installed 208 times last week.
How do I connect Multisim MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls multisim-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Multisim MCP?
The pypi package multisim-mcp was installed 208 times in the last week. Week over week that is -54%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Multisim MCP open source?
Yes — it is published under the MIT licence, written in Python and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.