Odel
Quantum OpenQASM MCP

Quantum OpenQASM MCP

Local
@markusvankempenShellApache-2.0Updated 2mo ago

IBM Quantum OpenQASM 2.0 MCP — list backends, submit QASM, poll jobs, get histograms.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@markusvankempen/quantum-openqasm-mcpv1.7.3

Run

npx -y @markusvankempen/quantum-openqasm-mcp

MCP client config

{
  "mcpServers": {
    "quantum-openqasm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@markusvankempen/quantum-openqasm-mcp"
      ]
    }
  }
}