qiskit-mcp-server

barvhaim/qiskit-mcp-server

3.3

If you are the rightful owner of qiskit-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Qiskit MCP Server is an unofficial Model Context Protocol server that allows LLMs to construct and execute quantum circuits using Qiskit.

Tools

Functions exposed to the LLM to take actions

create_quantum_circuit

Create a new quantum circuit with specified qubits and classical bits.

add_gates

Add quantum gates to an existing circuit.

run_circuit

Execute a quantum circuit on the BasicSimulator.

get_circuit_info

Get detailed information about a circuit.

visualize_circuit

Get a text visualization of the quantum circuit.

visualize_circuit_mermaid

Generate a Mermaid flowchart diagram of the quantum circuit.

list_circuits

List all created circuits with basic information.

analyze_statevector

Analyze the quantum state vector of a circuit.

compute_density_matrix

Compute and analyze the density matrix including purity and entanglement.

optimize_circuit

Optimize a quantum circuit using Qiskit transpiler passes.

add_advanced_gates

Add advanced quantum gates beyond basic H, X, Y, Z, CX.

create_variational_circuit

Create a variational quantum circuit for quantum machine learning.

implement_qft

Implement Quantum Fourier Transform circuit.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources