MCP Scorecard

Mission StatementGitHub
← All posts

Qiskit: The First Quantum Computing Entry in the MCP Registry

IBM's open-source quantum computing SDK registers an MCP server for its documentation library. Score 74. Twenty-one stars undersell the institutional weight — Qiskit is the most widely used quantum computing framework in the world, and this is the registry's first quantum entry.
io.github.Qiskit

The MCP registry has servers for ham radio, retro game emulators, and tabla music. It now has one for quantum computing. io.github.Qiskit/qiskit-docs-mcp-server is the first quantum computing entry in the registry — a documentation bridge for IBM's open-source quantum SDK.

What Qiskit Is

Qiskit is the most widely used quantum computing framework in the world. Developed by IBM Research and maintained by a dedicated open-source team, it lets developers write quantum circuits in Python, simulate them locally, and execute them on real IBM quantum hardware through the cloud. The user base spans academic research groups studying quantum algorithms, pharmaceutical companies exploring molecular simulation, and financial institutions experimenting with quantum optimization for portfolio management.

This is not a hobbyist project. IBM has invested heavily in Qiskit as the primary interface to its quantum hardware roadmap. The framework includes circuit construction, transpilation (compiling high-level circuits to the specific gate set of a target quantum processor), noise simulation, and direct execution on IBM's fleet of superconducting quantum computers.

The MCP Server

The MCP integration does not give an AI agent access to a quantum computer. It gives the agent access to Qiskit's complete documentation library — API reference, tutorials, migration guides, and conceptual explanations. An AI assistant helping a researcher write quantum circuits can query the docs to verify gate signatures, check transpiler options, and understand version-specific API changes instead of hallucinating them.

This is the documentation-as-tool pattern seen elsewhere in the registry, but applied to a domain where hallucination is especially costly. Quantum computing APIs are precise, version-sensitive, and poorly covered in LLM training data. A wrong gate decomposition or incorrect transpiler pass does not produce a helpful error message — it produces a silently wrong quantum circuit that wastes expensive QPU time.

Score Analysis

MetricValue
Trust score74
Stars21
Forks12
Watchers3
LicenseApache-2.0
Active commit weeks24
Contributors5
Releases/year10
FlagsTEMPLATE_DESCRIPTION

The score would be higher without the TEMPLATE_DESCRIPTION flag — the server uses generic description text that triggers the templated-content detector. The 21-star count also limits the popularity subscore, but this metric undersells the project's significance. The MCP server repo is new; the Qiskit organization behind it has repositories with tens of thousands of stars. IBM's institutional backing provides credibility that GitHub star counts on a freshly created MCP repo do not capture.

Quantum computing meets AI tooling. The practical utility today is documentation access — but the symbolic value is larger. The first quantum entry in any protocol registry marks a frontier. When the hardware matures and quantum APIs become routine, the infrastructure for AI agents to interact with them will already exist.

Score: 74. One flag (TEMPLATE_DESCRIPTION). Apache-2.0. No secrets required.

Sources: Qiskit — GitHub · Scorecard: io.github.Qiskit (score 74)

← Microsoft Ships Eight Agent365 MCP Servers — and None of Them Score Above 32SAP CAP: Enterprise Software Gets an MCP Server →