MCP.so
Sign In
Servers
Q

Qiskit Mcp Server

@barvhaim

Unofficial MCP Server for Qiskit (an open-source SDK for working with quantum computers)

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

Tags

More from Other