mcpbeat Sign in

Qiskit Code Assistant MCP Server

local only

Qiskit Code Assistant MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 293 installs a week from pypi. Last commit 13 Jul 2026.

MCP server for the Qiskit Code Assistant intelligent code completion

Installs per day peak 88 · avg 34 · +29% w/w
a month agotoday
293
Installs / week
pypi · qiskit-code-assistant-mcp-server
39
Stars
1 open issues
13 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call start_tensorboard_tool.port → qiskit-gym-mcp-server/src/qiskit_gym_mcp_server/server_tools.py:476
        _tb_state.process = subprocess.Popen(  # nosec B603 B607
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 [пакет] src/qiskit_code_assistant_mcp_server/__init__.py:1, [пакет] src/qiskit_code_assistant_mcp_server/constants.py:1, [пакет] src/qiskit_code_assistant_mcp_server/qca.py:1 и ещё 2
этот файл ставится пользователю, но в репозитории его нет
        _tb_state.process = subprocess.Popen(  # nosec B603 B607

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 qiskit-code-assistant-mcp-server -- uvx qiskit-code-assistant-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qiskit-code-assistant-mcp-server": {
      "args": [
        "qiskit-code-assistant-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qiskit-code-assistant-mcp-server]
command = "uvx"
args = ["qiskit-code-assistant-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "qiskit-code-assistant-mcp-server": {
      "args": [
        "qiskit-code-assistant-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qiskit-code-assistant-mcp-server": {
      "args": [
        "qiskit-code-assistant-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: QISKIT_IBM_TOKEN (Your IBM Quantum API token for authentication), QCA_TOOL_API_BASE (Qiskit Code Assistant API base URL), QCA_TOOL_MODEL_NAME (Default model name for code completion). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Qiskit Code Assistant MCP Server

same job, measured the same way
Godotiq
by salvo10f

Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.

464 installs/wk local only
Code Assistant
by j0hanz

Gemini-powered MCP server for code analysis.

31 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Ckb
by simplyliz

Code intelligence MCP server — 80+ tools for navigation, impact analysis, and architecture

274 installs/wk local only
CICADA
by wende

Code intelligence MCP server for 17+ programming languages.

265 installs/wk local only
Flyto Indexer
by chesterhsu

Code intelligence MCP server: impact analysis, dependency graphs, dead code detection.

local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Arbor
by anandb71

The Graph-Native Intelligence Layer for Code.

local only

Qiskit Code Assistant MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Qiskit Code Assistant MCP Server?
Qiskit Code Assistant MCP Server 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 qiskit-code-assistant-mcp-server was installed 293 times last week.
How do I connect Qiskit Code Assistant MCP Server?
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 qiskit-code-assistant-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Qiskit Code Assistant MCP Server?
The pypi package qiskit-code-assistant-mcp-server was installed 293 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Qiskit Code Assistant MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 39 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.