mcpbeat Sign in

Qiskit Documentation MCP Server

local only

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

MCP server for querying and retrieving Qiskit documentation, guides, and API references

Installs per day peak 114 · avg 33 · -31% w/w
a month agotoday
131
Installs / week
pypi · qiskit-docs-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, 20 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_docs_mcp_server/__init__.py:1, [пакет] src/qiskit_docs_mcp_server/constants.py:1, [пакет] src/qiskit_docs_mcp_server/data_fetcher.py:1 и ещё 4
этот файл ставится пользователю, но в репозитории его нет
        _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-docs-mcp-server -- uvx qiskit-docs-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qiskit-docs-mcp-server": {
      "args": [
        "qiskit-docs-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qiskit-docs-mcp-server]
command = "uvx"
args = ["qiskit-docs-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "qiskit-docs-mcp-server": {
      "args": [
        "qiskit-docs-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qiskit-docs-mcp-server": {
      "args": [
        "qiskit-docs-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: QISKIT_DOCS_BASE (Base URL for Qiskit documentation), QISKIT_HTTP_TIMEOUT (HTTP request timeout in seconds). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Qiskit Documentation MCP Server

same job, measured the same way
Forkast MCP Docs
by forkastpredict

MCP server for querying Forkast documentation

4 tools answering
MCP Plesk Dev Docs
by barateza

An MCP server that indexes and retrieves Plesk documentation.

89 installs/wk local only
ConnectIQ MCP Server
by deugene

MCP server for Garmin ConnectIQ SDK documentation and resources

51 installs/wk local only
MCP Victoriametrics
by victoriametrics-community

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only
MCP Victoriametrics
by victoriametrics

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only
MCP Victoriatraces
by victoriametrics-community

MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation

local only
DevExpress Documentation
by devexpress

Streamable HTTP MCP server for DevExpress documentation search and retrieval.

2 tools answering
MCP Victorialogs
by victoriametrics-community

MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation

local only

Qiskit Documentation MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Qiskit Documentation MCP Server?
Qiskit Documentation 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-docs-mcp-server was installed 131 times last week.
How do I connect Qiskit Documentation 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-docs-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Qiskit Documentation MCP Server?
The pypi package qiskit-docs-mcp-server was installed 131 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Qiskit Documentation 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.