Qiskit Mcp Server
@barvhaim
About Qiskit Mcp Server
Unofficial MCP Server for Qiskit (an open-source SDK for working with quantum computers)
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"qiskit-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/path/to/qiskit-mcp-server",
"run",
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Qiskit Mcp Server?
Qiskit Mcp Server is an unofficial Model Context Protocol server that enables LLMs to build and execute quantum circuits using Qiskit. It provides 13 tools for creating, modifying, running, and analyzing quantum circuits.
How to use Qiskit Mcp Server?
The server exposes MCP tools that can be invoked by LLMs. Users create circuits with create_quantum_circuit, add gates with add_gates or add_advanced_gates, run simulations with run_circuit, and analyze results with tools like analyze_statevector. Each tool accepts specific parameters such as circuit name, qubits, gates, and shot count.
Key features of Qiskit Mcp Server
- Create quantum circuits with specified qubits and classical bits.
- Add basic gates (H, X, Y, Z, CX) and advanced gates (rotation, Clifford, swap).
- Execute circuits on the BasicSimulator with configurable shots.
- Retrieve circuit information, text visualization, and Mermaid diagrams.
- Analyze state vectors, compute density matrices, and optimize circuits.
- Implement Quantum Fourier Transform and variational quantum circuits.
Use cases of Qiskit Mcp Server
- Designing and simulating quantum algorithms in an LL
Basic information
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

EverArt
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments