MCP.so
ログイン
Q

Qiskit Mcp Server

@barvhaim

Qiskit Mcp Server について

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

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

barvhaim

投稿者

Bar Haim

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "qiskit-mcp-server": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/qiskit-mcp-server",
        "run",
        "main.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

コメント

「その他」の他のコンテンツ