
Qiskit MCP Server
Give your agent foundational Qiskit operations and quantum circuit serialization utilities as first-class MCP tools.
Overview
Qiskit MCP Server is a MCP server for the Build phase that provides Qiskit quantum computing and circuit serialization utilities to coding agents over stdio.
What is this MCP server?
- Base Qiskit MCP server with quantum circuit serialization utilities (version 0.3.0)
- stdio transport via uvx PyPI package qiskit-mcp-server
- No IBM token required in published server metadata—suited to local and library-first workflows
- Foundation layer for chaining IBM Runtime and IBM Transpiler MCP servers
- Maintained under Qiskit/mcp-servers subfolder qiskit-mcp-server
- Server version 0.3.0; 1 PyPI package; stdio transport
- uvx runtimeHint; no required env vars in published server.json excerpt
- Source subfolder qiskit-mcp-server in GitHub Qiskit/mcp-servers
Community signal: 28 GitHub stars.
What problem does it solve?
Agents struggle to work with quantum circuits when serialization and Qiskit APIs are not exposed as reliable, repeatable tools.
Who is it for?
Solo builders adding quantum features who want a token-free Qiskit MCP foundation before optional IBM cloud servers.
Skip if: Teams that need managed IBM job execution only—prefer IBM Runtime MCP—or non-quantum products with no Qiskit dependency.
What do I get? / Deliverables
After installation, your agent can build and serialize Qiskit circuits through MCP, creating a stable handoff to simulators, transpilers, or runtime servers.
- Agent-accessible Qiskit operations and serialization workflows
- Structured circuit artifacts ready for transpile or runtime MCP steps
- Local quantum development path without mandatory IBM secrets
Recommended MCP Servers
Journey fit
Core Qiskit exposure is build-phase agent tooling that supports backends, scripts, and integration layers around quantum features. Agent-tooling is the canonical shelf because this server generalizes Qiskit and serialization for MCP clients rather than a single cloud vendor API.
How it compares
Foundational Qiskit MCP toolkit, not an IBM cloud runtime connector or RL synthesis environment.
Common Questions / FAQ
Who is qiskit-mcp-server for?
It is for developers using AI coding agents who need core Qiskit and circuit serialization tools via MCP without starting from IBM cloud credentials.
When should I use qiskit-mcp-server?
Use it early in the build phase when you are implementing quantum logic, serializing circuits, and preparing outputs for simulators or downstream IBM MCP servers.
How do I add qiskit-mcp-server to my agent?
Register stdio MCP with uvx and PyPI identifier qiskit-mcp-server in Claude Code, Cursor, or compatible hosts per the Qiskit mcp-servers documentation.